diff options
Diffstat (limited to 'src/Network/BitTorrent/Exchange/Message.hs')
-rw-r--r-- | src/Network/BitTorrent/Exchange/Message.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Exchange/Message.hs b/src/Network/BitTorrent/Exchange/Message.hs index 2f85d729..8a88b761 100644 --- a/src/Network/BitTorrent/Exchange/Message.hs +++ b/src/Network/BitTorrent/Exchange/Message.hs | |||
@@ -90,10 +90,10 @@ import Text.PrettyPrint as PP | |||
90 | import Text.PrettyPrint.Class | 90 | import Text.PrettyPrint.Class |
91 | 91 | ||
92 | import Data.Torrent.Bitfield | 92 | import Data.Torrent.Bitfield |
93 | import Data.Torrent.Block | ||
94 | import Data.Torrent.InfoHash | 93 | import Data.Torrent.InfoHash |
95 | import Network.BitTorrent.Core.PeerId | 94 | import Network.BitTorrent.Core.PeerId |
96 | import Network.BitTorrent.Core.PeerAddr () | 95 | import Network.BitTorrent.Core.PeerAddr () |
96 | import Network.BitTorrent.Exchange.Block | ||
97 | 97 | ||
98 | {----------------------------------------------------------------------- | 98 | {----------------------------------------------------------------------- |
99 | -- Extensions | 99 | -- Extensions |