From: Ramakrishnan Muthukrishnan Date: Tue, 3 Feb 2015 23:41:09 +0000 (+0530) Subject: add build-dependency for doctest X-Git-Url: https://git.rkrishnan.org/frontends/wapi.txt?a=commitdiff_plain;h=f73895b363c325ca76fbda82a96c928ca8ccc340;p=functorrent.git add build-dependency for doctest --- diff --git a/deluge.cabal b/deluge.cabal index 160794d..6b4a441 100644 --- a/deluge.cabal +++ b/deluge.cabal @@ -23,7 +23,8 @@ executable deluge parsec ==3.1.*, containers ==0.5.*, time ==1.4.2, - bytestring + bytestring, + doctest hs-source-dirs: src ghc-options: -Wall -fwarn-incomplete-patterns default-language: Haskell2010 \ No newline at end of file