]> git.rkrishnan.org Git - functorrent.git/blobdiff - functorrent.cabal
bug: initial state should be meInterested = false, heChoking = true
[functorrent.git] / functorrent.cabal
index 19a6c92084caedd61102f674ecc933f536a2209d..2db111915a66b7e9e43b1e89a8ebd6bfd696f2f0 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,8 @@ library
                        cryptohash,
                        directory,
                        HTTP,
+                       mtl,
+                       network,
                        network-uri,
                        parsec,
                        QuickCheck,
@@ -57,9 +59,11 @@ executable functorrent
                        cryptohash,
                        directory,
                        HTTP,
-                       QuickCheck,
+                       mtl,
+                       network,
                        network-uri,
-                       parsec
+                       parsec,
+                       QuickCheck
 
 test-suite functorrent-test
   type:              exitcode-stdio-1.0