diff options
Diffstat (limited to 'src/Network/BitTorrent.hs')
-rw-r--r-- | src/Network/BitTorrent.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Network/BitTorrent.hs b/src/Network/BitTorrent.hs index acb3700c..c68cceac 100644 --- a/src/Network/BitTorrent.hs +++ b/src/Network/BitTorrent.hs | |||
@@ -82,7 +82,8 @@ import Network | |||
82 | 82 | ||
83 | import Data.Bitfield as BF | 83 | import Data.Bitfield as BF |
84 | import Data.Torrent | 84 | import Data.Torrent |
85 | import Network.BitTorrent.Internal | 85 | import Network.BitTorrent.Sessions.Types |
86 | import Network.BitTorrent.Sessions | ||
86 | import Network.BitTorrent.Peer | 87 | import Network.BitTorrent.Peer |
87 | import Network.BitTorrent.Extension | 88 | import Network.BitTorrent.Extension |
88 | import Network.BitTorrent.Exchange | 89 | import Network.BitTorrent.Exchange |