X-Git-Url: https://git.rkrishnan.org/?p=functorrent.git;a=blobdiff_plain;f=src%2FFuncTorrent%2FPeer.hs;h=bf1153bd1063a7182e49f2d1ee2b641ae9ca63e9;hp=c833c061bd4285be88f3754e62e5b83774c1d806;hb=59296ba214eb4eb96012618d98d6c1a6e214e790;hpb=08f3238a8162039a1b77f4fb8825a56a34203c02 diff --git a/src/FuncTorrent/Peer.hs b/src/FuncTorrent/Peer.hs index c833c06..bf1153b 100644 --- a/src/FuncTorrent/Peer.hs +++ b/src/FuncTorrent/Peer.hs @@ -20,8 +20,7 @@ {-# LANGUAGE OverloadedStrings #-} module FuncTorrent.Peer - (PieceMap, - handlePeerMsgs + (handlePeerMsgs ) where import Prelude hiding (lookup, concat, replicate, splitAt, take, drop)