diff options
Diffstat (limited to 'src/Network/BitTorrent/Exchange')
-rw-r--r-- | src/Network/BitTorrent/Exchange/Connection.hs | 2 | ||||
-rw-r--r-- | src/Network/BitTorrent/Exchange/Download.hs | 2 | ||||
-rw-r--r-- | src/Network/BitTorrent/Exchange/Manager.hs | 2 | ||||
-rw-r--r-- | src/Network/BitTorrent/Exchange/Message.hs | 2 | ||||
-rw-r--r-- | src/Network/BitTorrent/Exchange/Session.hs | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/Network/BitTorrent/Exchange/Connection.hs b/src/Network/BitTorrent/Exchange/Connection.hs index d65d322e..6804d0a2 100644 --- a/src/Network/BitTorrent/Exchange/Connection.hs +++ b/src/Network/BitTorrent/Exchange/Connection.hs | |||
@@ -137,7 +137,7 @@ import System.Log.FastLogger (ToLogStr(..)) | |||
137 | import System.Timeout | 137 | import System.Timeout |
138 | 138 | ||
139 | import Data.Torrent | 139 | import Data.Torrent |
140 | import Network.BitTorrent.Address | 140 | import Network.Address |
141 | import Network.BitTorrent.Exchange.Bitfield as BF | 141 | import Network.BitTorrent.Exchange.Bitfield as BF |
142 | import Network.BitTorrent.Exchange.Message as Msg | 142 | import Network.BitTorrent.Exchange.Message as Msg |
143 | 143 | ||
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 |
diff --git a/src/Network/BitTorrent/Exchange/Manager.hs b/src/Network/BitTorrent/Exchange/Manager.hs index 54727805..30a6a607 100644 --- a/src/Network/BitTorrent/Exchange/Manager.hs +++ b/src/Network/BitTorrent/Exchange/Manager.hs | |||
@@ -13,7 +13,7 @@ import Data.Default | |||
13 | import Network.Socket | 13 | import Network.Socket |
14 | 14 | ||
15 | import Data.Torrent | 15 | import Data.Torrent |
16 | import Network.BitTorrent.Address | 16 | import Network.Address |
17 | import Network.BitTorrent.Exchange.Connection hiding (Options) | 17 | import Network.BitTorrent.Exchange.Connection hiding (Options) |
18 | import Network.BitTorrent.Exchange.Session | 18 | import Network.BitTorrent.Exchange.Session |
19 | 19 | ||
diff --git a/src/Network/BitTorrent/Exchange/Message.hs b/src/Network/BitTorrent/Exchange/Message.hs index 74232b47..2c6770f7 100644 --- a/src/Network/BitTorrent/Exchange/Message.hs +++ b/src/Network/BitTorrent/Exchange/Message.hs | |||
@@ -119,7 +119,7 @@ import Text.PrettyPrint.HughesPJClass hiding ((<>),($$)) | |||
119 | 119 | ||
120 | import Data.Torrent hiding (Piece (..)) | 120 | import Data.Torrent hiding (Piece (..)) |
121 | import qualified Data.Torrent as P (Piece (..)) | 121 | import qualified Data.Torrent as P (Piece (..)) |
122 | import Network.BitTorrent.Address | 122 | import Network.Address |
123 | import Network.BitTorrent.Exchange.Bitfield | 123 | import Network.BitTorrent.Exchange.Bitfield |
124 | import Network.BitTorrent.Exchange.Block | 124 | import Network.BitTorrent.Exchange.Block |
125 | 125 | ||
diff --git a/src/Network/BitTorrent/Exchange/Session.hs b/src/Network/BitTorrent/Exchange/Session.hs index 00886ccf..38a3c3a6 100644 --- a/src/Network/BitTorrent/Exchange/Session.hs +++ b/src/Network/BitTorrent/Exchange/Session.hs | |||
@@ -52,7 +52,7 @@ import System.Log.FastLogger (LogStr, ToLogStr (..)) | |||
52 | import Data.BEncode as BE | 52 | import Data.BEncode as BE |
53 | import Data.Torrent as Torrent | 53 | import Data.Torrent as Torrent |
54 | import Network.BitTorrent.Internal.Types | 54 | import Network.BitTorrent.Internal.Types |
55 | import Network.BitTorrent.Address | 55 | import Network.Address |
56 | import Network.BitTorrent.Exchange.Bitfield as BF | 56 | import Network.BitTorrent.Exchange.Bitfield as BF |
57 | import Network.BitTorrent.Exchange.Block as Block | 57 | import Network.BitTorrent.Exchange.Block as Block |
58 | import Network.BitTorrent.Exchange.Connection | 58 | import Network.BitTorrent.Exchange.Connection |