diff options
author | joe <joe@jerkface.net> | 2017-06-09 01:16:27 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2017-06-09 01:16:27 -0400 |
commit | 73d3900b2fd124b48e01e222a50740cd5c30c95f (patch) | |
tree | f160d2417d73a5eca02727e6fcd41e3bb06b1c07 /src/Network/BitTorrent/Exchange/Download.hs | |
parent | 13b2eb08cb4651a913849d96f516ed97bad53003 (diff) |
Rename Network.BitTorrent.Address -> Network.Address
Diffstat (limited to 'src/Network/BitTorrent/Exchange/Download.hs')
-rw-r--r-- | src/Network/BitTorrent/Exchange/Download.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Exchange/Download.hs b/src/Network/BitTorrent/Exchange/Download.hs index aa754407..981db2fb 100644 --- a/src/Network/BitTorrent/Exchange/Download.hs +++ b/src/Network/BitTorrent/Exchange/Download.hs | |||
@@ -43,7 +43,7 @@ import Data.Map as M | |||
43 | import Data.Tuple | 43 | import Data.Tuple |
44 | 44 | ||
45 | import Data.Torrent as Torrent | 45 | import Data.Torrent as Torrent |
46 | import Network.BitTorrent.Address | 46 | import Network.Address |
47 | import Network.BitTorrent.Exchange.Bitfield as BF | 47 | import Network.BitTorrent.Exchange.Bitfield as BF |
48 | import Network.BitTorrent.Exchange.Block as Block | 48 | import Network.BitTorrent.Exchange.Block as Block |
49 | import Network.BitTorrent.Exchange.Message as Msg | 49 | import Network.BitTorrent.Exchange.Message as Msg |