]> git.rkrishnan.org Git - functorrent.git/blobdiff - functorrent.cabal
Use the server port number in the tracker request
[functorrent.git] / functorrent.cabal
index 31cbbdb62cc6d8c7836d2c80e6e39e5a6dd1195d..b9374728331df159fb8ee57c061ab1040c02dce8 100644 (file)
@@ -23,6 +23,7 @@ library
                        FuncTorrent.Network
                        FuncTorrent.Peer,
                        FuncTorrent.PeerMsgs,
+                       FuncTorrent.Server,
                        FuncTorrent.Tracker,
                        FuncTorrent.Utils
 
@@ -44,8 +45,6 @@ library
                        parsec,
                        QuickCheck,
                        safe,
-                       tasty,
-                       tasty-hunit,
                        transformers
 
 executable functorrent
@@ -66,8 +65,8 @@ executable functorrent
                        mtl,
                        network,
                        network-uri,
-                       parsec,
                        QuickCheck,
+                       random,
                        safe
 
 test-suite functorrent-test