diff options
author | Sam T <pxqr.sta@gmail.com> | 2013-07-14 00:50:42 +0400 |
---|---|---|
committer | Sam T <pxqr.sta@gmail.com> | 2013-07-14 00:50:42 +0400 |
commit | 7ddf7cd76d6f545c4dfbb5c6741024c097375bf1 (patch) | |
tree | c7e781b6dc1cdbe133191256fc0453ce65d139bf /src/Network/BitTorrent/Exchange.hs | |
parent | 83b9af0674f2d4713be1d9540abe7ce09ed33257 (diff) |
~ Unliterate sessions module.
Diffstat (limited to 'src/Network/BitTorrent/Exchange.hs')
-rw-r--r-- | src/Network/BitTorrent/Exchange.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Exchange.hs b/src/Network/BitTorrent/Exchange.hs index 6ba56a22..32ab493d 100644 --- a/src/Network/BitTorrent/Exchange.hs +++ b/src/Network/BitTorrent/Exchange.hs | |||
@@ -88,10 +88,10 @@ import Text.PrettyPrint as PP hiding (($$)) | |||
88 | import Network | 88 | import Network |
89 | 89 | ||
90 | import Data.Bitfield as BF | 90 | import Data.Bitfield as BF |
91 | import Network.BitTorrent.Internal | ||
92 | import Network.BitTorrent.Extension | 91 | import Network.BitTorrent.Extension |
93 | import Network.BitTorrent.Peer | 92 | import Network.BitTorrent.Peer |
94 | import Network.BitTorrent.Exchange.Protocol | 93 | import Network.BitTorrent.Exchange.Protocol |
94 | import Network.BitTorrent.Sessions.Types | ||
95 | import System.Torrent.Storage | 95 | import System.Torrent.Storage |
96 | 96 | ||
97 | {----------------------------------------------------------------------- | 97 | {----------------------------------------------------------------------- |