]> git.rkrishnan.org Git - functorrent.git/blobdiff - functorrent.cabal
refactoring: move verifyHash to Utils module
[functorrent.git] / functorrent.cabal
index dd0a306a047607d5cb40260263bfa29f01292cf9..66bbb164f952c3ff6bd2819c470ed959184f3a81 100644 (file)
@@ -17,12 +17,12 @@ cabal-version:       >=1.18
 
 library
   exposed-modules:     FuncTorrent.Bencode,
-                       FuncTorrent.Fileops,
                        FuncTorrent.Logger,
                        FuncTorrent.Metainfo,
                        FuncTorrent.Network
                        FuncTorrent.Peer,
                        FuncTorrent.PeerMsgs,
+                       FuncTorrent.Server,
                        FuncTorrent.Tracker,
                        FuncTorrent.Utils