summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Exchange/Session.hs
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-04-08 02:36:18 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-04-08 02:36:18 +0400
commit75711985512c8578e913a1b464816968b4aef5dd (patch)
tree5ab77d69af0e9bc315b58f1df6ba100e318adfce /src/Network/BitTorrent/Exchange/Session.hs
parent7e597cd924d2149b10f900c7dc14ce6e1e321cb5 (diff)
Merge PeerAddr and NodeAddr modules
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 cae3a2d5..b68f17a0 100644
--- a/src/Network/BitTorrent/Exchange/Session.hs
+++ b/src/Network/BitTorrent/Exchange/Session.hs
@@ -48,7 +48,7 @@ import Data.BEncode as BE
48import Data.Torrent as Torrent 48import Data.Torrent as Torrent
49import Data.Torrent.Bitfield as BF 49import Data.Torrent.Bitfield as BF
50import Network.BitTorrent.Internal.Types 50import Network.BitTorrent.Internal.Types
51import Network.BitTorrent.Core 51import Network.BitTorrent.Address
52import Network.BitTorrent.Exchange.Block as Block 52import Network.BitTorrent.Exchange.Block as Block
53import Network.BitTorrent.Exchange.Connection 53import Network.BitTorrent.Exchange.Connection
54import Network.BitTorrent.Exchange.Message as Message 54import Network.BitTorrent.Exchange.Message as Message