diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-04-04 21:44:18 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-04-04 21:44:18 +0400 |
commit | 052bed30a3d83aa8fb7b8b42509ad96f573439af (patch) | |
tree | 106b44c06226595870c3bf54f890824eec2b7f0e /src/Network/BitTorrent/Exchange/Assembler.hs | |
parent | 88ef120511caae5ed74a48a87617b43aec4b7f76 (diff) |
Move HashList to Torrent module
Diffstat (limited to 'src/Network/BitTorrent/Exchange/Assembler.hs')
-rw-r--r-- | src/Network/BitTorrent/Exchange/Assembler.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Exchange/Assembler.hs b/src/Network/BitTorrent/Exchange/Assembler.hs index e5834948..e17dfbe2 100644 --- a/src/Network/BitTorrent/Exchange/Assembler.hs +++ b/src/Network/BitTorrent/Exchange/Assembler.hs | |||
@@ -67,7 +67,7 @@ import Data.Map as M | |||
67 | import Data.Maybe | 67 | import Data.Maybe |
68 | import Data.IP | 68 | import Data.IP |
69 | 69 | ||
70 | import Data.Torrent.Piece | 70 | import Data.Torrent |
71 | import Network.BitTorrent.Core | 71 | import Network.BitTorrent.Core |
72 | import Network.BitTorrent.Exchange.Block as B | 72 | import Network.BitTorrent.Exchange.Block as B |
73 | 73 | ||