]> git.rkrishnan.org Git - functorrent.git/blobdiff - functorrent.cabal
tracker: refactor around Http and Udp (to be worked on) modules
[functorrent.git] / functorrent.cabal
index f69e7d30c060387c24b73e8373ec4094f00c437a..95196fb8badbfbeb2fcb5a3dc6b62ff919255516 100644 (file)
@@ -2,7 +2,7 @@
 -- see http://haskell.org/cabal/users-guide/
 
 name:                functorrent
-version:             0.1.0.0
+version:             0.2.0
 synopsis:            A Bit-torrent client
 description:         A bittorrent client
 license:             GPL-3
@@ -17,13 +17,17 @@ cabal-version:       >=1.18
 
 library
   exposed-modules:     FuncTorrent.Bencode,
-                       FuncTorrent.Fileops,
+                       FuncTorrent.FileSystem,
                        FuncTorrent.Logger,
                        FuncTorrent.Metainfo,
                        FuncTorrent.Network
                        FuncTorrent.Peer,
                        FuncTorrent.PeerMsgs,
+                       FuncTorrent.PieceManager,
+                       FuncTorrent.Server,
                        FuncTorrent.Tracker,
+                       FuncTorrent.Tracker.Http,
+                       FuncTorrent.Tracker.Types,
                        FuncTorrent.Utils
 
   other-extensions:    OverloadedStrings
@@ -64,8 +68,8 @@ executable functorrent
                        mtl,
                        network,
                        network-uri,
-                       parsec,
                        QuickCheck,
+                       random,
                        safe
 
 test-suite functorrent-test