]> git.rkrishnan.org Git - functorrent.git/blobdiff - functorrent.cabal
Make network request return ByteString
[functorrent.git] / functorrent.cabal
index 7f405133e37940cb9ba529176387c4d8285cb963..915fe71f146619f34884980ec1b7ad4d45cb7a9c 100644 (file)
@@ -19,15 +19,18 @@ executable functorrent
   main-is:             Main.hs
   -- other-modules:       
   -- other-extensions:    
-  build-depends:       base >=4.6 && <4.8,
-                       parsec ==3.1.*,
-                       containers ==0.5.*,
-                       time ==1.4.2,
-                       bytestring,
+  build-depends:       base,
+                       HTTP,
                        base16-bytestring,
+                       binary,
+                       bytestring,                    
+                       containers,
+                       cryptohash,
                        doctest,
-                       HTTP >=4000.2.1,
-                       cryptohash
+                       network-uri, 
+                       parsec,
+                       time
+
   hs-source-dirs:      src
   ghc-options:         -Wall -fwarn-incomplete-patterns
-  default-language:    Haskell2010
\ No newline at end of file
+  default-language:    Haskell2010