summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Exchange/Session.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Network/BitTorrent/Exchange/Session.hs')
-rw-r--r--src/Network/BitTorrent/Exchange/Session.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Exchange/Session.hs b/src/Network/BitTorrent/Exchange/Session.hs
index d2a9aaaf..c24e2b0b 100644
--- a/src/Network/BitTorrent/Exchange/Session.hs
+++ b/src/Network/BitTorrent/Exchange/Session.hs
@@ -15,7 +15,7 @@ import Text.PrettyPrint
15 15
16import Data.Torrent.Bitfield 16import Data.Torrent.Bitfield
17import Data.Torrent.InfoHash 17import Data.Torrent.InfoHash
18import Network.BitTorrent.Core.PeerAddr 18import Network.BitTorrent.Core
19import Network.BitTorrent.Exchange.Message 19import Network.BitTorrent.Exchange.Message
20import Network.BitTorrent.Exchange.Status 20import Network.BitTorrent.Exchange.Status
21 21