summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent/Exchange/Manager.hs
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-03-03 03:09:34 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-03-03 03:09:34 +0400
commit863f7a236b86f562309748273f3087035a999ee7 (patch)
treeb0ccfad4cc73ec0033674094a12e53203b05c0c9 /src/Network/BitTorrent/Exchange/Manager.hs
parent9bd27cd068591446ff9026420654de14d58e0841 (diff)
Rename Wire.hs to Connection.hs
Diffstat (limited to 'src/Network/BitTorrent/Exchange/Manager.hs')
-rw-r--r--src/Network/BitTorrent/Exchange/Manager.hs3
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
15import Data.Torrent.InfoHash 15import Data.Torrent.InfoHash
16import Network.BitTorrent.Core 16import Network.BitTorrent.Core
17import Network.BitTorrent.Exchange.Connection hiding (Options)
17import Network.BitTorrent.Exchange.Session 18import Network.BitTorrent.Exchange.Session
18import Network.BitTorrent.Exchange.Wire hiding (Options) 19
19 20
20data Options = Options 21data Options = Options
21 { optBacklog :: Int 22 { optBacklog :: Int