]> git.rkrishnan.org Git - functorrent.git/blobdiff - functorrent.cabal
Make network request return ByteString
[functorrent.git] / functorrent.cabal
index 77df828a6c52c23387785ed1006a6673f114ccb5..915fe71f146619f34884980ec1b7ad4d45cb7a9c 100644 (file)
@@ -20,14 +20,17 @@ executable functorrent
   -- other-modules:       
   -- other-extensions:    
   build-depends:       base,
-                       parsec,
-                       containers,
-                       time,
-                       bytestring,
+                       HTTP,
                        base16-bytestring,
+                       binary,
+                       bytestring,                    
+                       containers,
+                       cryptohash,
                        doctest,
-                       HTTP,
-                       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