]> git.rkrishnan.org Git - functorrent.git/commitdiff
add build-dependency for doctest
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Tue, 3 Feb 2015 23:41:09 +0000 (05:11 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Tue, 3 Feb 2015 23:41:09 +0000 (05:11 +0530)
deluge.cabal

index 160794d52a7cfba9a91d883af6d0a713ae37ff7f..6b4a4417e8e3635de3837c9398f23406453e3101 100644 (file)
@@ -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