]> git.rkrishnan.org Git - functorrent.git/blobdiff - functorrent.cabal
bug: initial state should be meInterested = false, heChoking = true
[functorrent.git] / functorrent.cabal
index 2d2db982730d5f14bfe059e3fade923f1a38fa49..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
@@ -73,6 +77,7 @@ test-suite functorrent-test
                      containers,
                      directory,
                      doctest,
+                     QuickCheck,
                      tasty,
                      tasty-hunit,
                      QuickCheck,