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