]> git.rkrishnan.org Git - functorrent.git/blobdiff - src/FuncTorrent/Peer.hs
cleanups on various module imports
[functorrent.git] / src / FuncTorrent / Peer.hs
index c833c061bd4285be88f3754e62e5b83774c1d806..bf1153bd1063a7182e49f2d1ee2b641ae9ca63e9 100644 (file)
@@ -20,8 +20,7 @@
 {-# LANGUAGE OverloadedStrings #-}
 
 module FuncTorrent.Peer
-    (PieceMap,
-     handlePeerMsgs
+    (handlePeerMsgs
     ) where
 
 import Prelude hiding (lookup, concat, replicate, splitAt, take, drop)