]> git.rkrishnan.org Git - functorrent.git/blobdiff - deluge.cabal
misc changes to fix warning
[functorrent.git] / deluge.cabal
index ec2e1275668eaf314c05a9ec62410c614bea8828..522edfe356af69deb03b98113ed786f8d36e061e 100644 (file)
@@ -4,7 +4,7 @@
 name:                deluge
 version:             0.1.0.0
 synopsis:            A Bit-torrent client
--- description:         
+description:         A bittorrent client
 license:             GPL-3
 license-file:        LICENSE
 author:              Ramakrishnan Muthukrishnan
@@ -19,6 +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,
+                       base16-bytestring,
+                       doctest,
+                       HTTP >=4000.2.1,
+                       cryptohash
   hs-source-dirs:      src
+  ghc-options:         -Wall -fwarn-incomplete-patterns
   default-language:    Haskell2010
\ No newline at end of file