diff options
Diffstat (limited to 'src/Network/BitTorrent/Exchange/Session')
-rw-r--r-- | src/Network/BitTorrent/Exchange/Session/Metadata.hs | 2 | ||||
-rw-r--r-- | src/Network/BitTorrent/Exchange/Session/Status.hs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Network/BitTorrent/Exchange/Session/Metadata.hs b/src/Network/BitTorrent/Exchange/Session/Metadata.hs index a4e54659..f08ebe00 100644 --- a/src/Network/BitTorrent/Exchange/Session/Metadata.hs +++ b/src/Network/BitTorrent/Exchange/Session/Metadata.hs | |||
@@ -27,7 +27,7 @@ import Data.Tuple | |||
27 | 27 | ||
28 | import Data.BEncode as BE | 28 | import Data.BEncode as BE |
29 | import Data.Torrent as Torrent | 29 | import Data.Torrent as Torrent |
30 | import Network.BitTorrent.Core | 30 | import Network.BitTorrent.Address |
31 | import Network.BitTorrent.Exchange.Block as Block | 31 | import Network.BitTorrent.Exchange.Block as Block |
32 | import Network.BitTorrent.Exchange.Message as Message hiding (Status) | 32 | import Network.BitTorrent.Exchange.Message as Message hiding (Status) |
33 | 33 | ||
diff --git a/src/Network/BitTorrent/Exchange/Session/Status.hs b/src/Network/BitTorrent/Exchange/Session/Status.hs index 4feff8d6..63b91926 100644 --- a/src/Network/BitTorrent/Exchange/Session/Status.hs +++ b/src/Network/BitTorrent/Exchange/Session/Status.hs | |||
@@ -30,7 +30,7 @@ import Data.Tuple | |||
30 | 30 | ||
31 | import Data.Torrent | 31 | import Data.Torrent |
32 | import Data.Torrent.Bitfield as BF | 32 | import Data.Torrent.Bitfield as BF |
33 | import Network.BitTorrent.Core | 33 | import Network.BitTorrent.Address |
34 | import Network.BitTorrent.Exchange.Block as Block | 34 | import Network.BitTorrent.Exchange.Block as Block |
35 | import System.Torrent.Storage (Storage, writePiece) | 35 | import System.Torrent.Storage (Storage, writePiece) |
36 | 36 | ||