]> git.rkrishnan.org Git - functorrent.git/blobdiff - deluge.cabal
misc changes to fix warning
[functorrent.git] / deluge.cabal
index 0dd22a01c8c5a00cd9658447636c4289cdfe4555..522edfe356af69deb03b98113ed786f8d36e061e 100644 (file)
@@ -19,9 +19,15 @@ executable deluge
   main-is:             Main.hs
   -- other-modules:       
   -- other-extensions:    
-  build-depends:       base >=4.6 && <4.7,
+  build-depends:       base >=4.6 && <4.8,
+                       parsec ==3.1.*,
+                       containers ==0.5.*,
+                       time ==1.4.2,
                        bytestring,
-                       attoparsec
+                       base16-bytestring,
+                       doctest,
+                       HTTP >=4000.2.1,
+                       cryptohash
   hs-source-dirs:      src
-  ghc-options:         -Wall
+  ghc-options:         -Wall -fwarn-incomplete-patterns
   default-language:    Haskell2010
\ No newline at end of file