]> git.rkrishnan.org Git - functorrent.git/blobdiff - functorrent.cabal
stack.yaml: bump up the lts version
[functorrent.git] / functorrent.cabal
index dd0a306a047607d5cb40260263bfa29f01292cf9..c4da29dc1adce981bf64705131d98cfa3a10275d 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,12 +17,14 @@ 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.Utils