summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Exchange/Session.hs
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-12-05 05:39:30 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-12-05 05:39:30 +0400
commit6f092fb275367b6afe4f0745f975e8ee53012d56 (patch)
treead38491e0fa45989d143f8050839ceefb5788b87 /src/Network/BitTorrent/Exchange/Session.hs
parent7680dbe4eea3c4882e67cef01d6c7aded8639c13 (diff)
Simplify Core modules imports
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