diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-03-03 03:09:34 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-03-03 03:09:34 +0400 |
commit | 863f7a236b86f562309748273f3087035a999ee7 (patch) | |
tree | b0ccfad4cc73ec0033674094a12e53203b05c0c9 /src/Network/BitTorrent/Exchange/Manager.hs | |
parent | 9bd27cd068591446ff9026420654de14d58e0841 (diff) |
Rename Wire.hs to Connection.hs
Diffstat (limited to 'src/Network/BitTorrent/Exchange/Manager.hs')
-rw-r--r-- | src/Network/BitTorrent/Exchange/Manager.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Exchange/Manager.hs b/src/Network/BitTorrent/Exchange/Manager.hs index 52a51a8d..f7f3cea7 100644 --- a/src/Network/BitTorrent/Exchange/Manager.hs +++ b/src/Network/BitTorrent/Exchange/Manager.hs | |||
@@ -14,8 +14,9 @@ import Network.Socket | |||
14 | 14 | ||
15 | import Data.Torrent.InfoHash | 15 | import Data.Torrent.InfoHash |
16 | import Network.BitTorrent.Core | 16 | import Network.BitTorrent.Core |
17 | import Network.BitTorrent.Exchange.Connection hiding (Options) | ||
17 | import Network.BitTorrent.Exchange.Session | 18 | import Network.BitTorrent.Exchange.Session |
18 | import Network.BitTorrent.Exchange.Wire hiding (Options) | 19 | |
19 | 20 | ||
20 | data Options = Options | 21 | data Options = Options |
21 | { optBacklog :: Int | 22 | { optBacklog :: Int |