]> git.rkrishnan.org Git - functorrent.git/blobdiff - functorrent.cabal
get the piece length and store it as piecestate
[functorrent.git] / functorrent.cabal
index 19a6c92084caedd61102f674ecc933f536a2209d..0086a735a3491216ac96aec0405037a51de1223d 100644 (file)
@@ -12,7 +12,7 @@ maintainer:          ram@rkrishnan.org
 -- copyright:
 category:            Network
 build-type:          Simple
-extra-source-files:  README
+extra-source-files:  README.md
 cabal-version:       >=1.18
 
 library
@@ -37,6 +37,7 @@ library
                        cryptohash,
                        directory,
                        HTTP,
+                       network,
                        network-uri,
                        parsec,
                        QuickCheck,
@@ -58,6 +59,7 @@ executable functorrent
                        directory,
                        HTTP,
                        QuickCheck,
+                       network,
                        network-uri,
                        parsec