diff options
Diffstat (limited to 'src/Network/BitTorrent/Exchange')
-rw-r--r-- | src/Network/BitTorrent/Exchange/Session.hs | 2 | ||||
-rw-r--r-- | src/Network/BitTorrent/Exchange/Wire.hs | 2 | ||||
-rw-r--r-- | src/Network/BitTorrent/Exchange/Wire/Status.hs (renamed from src/Network/BitTorrent/Exchange/Status.hs) | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/Network/BitTorrent/Exchange/Session.hs b/src/Network/BitTorrent/Exchange/Session.hs index f10f601e..b6ee800a 100644 --- a/src/Network/BitTorrent/Exchange/Session.hs +++ b/src/Network/BitTorrent/Exchange/Session.hs | |||
@@ -47,8 +47,8 @@ import Network.BitTorrent.Exchange.Block as Block | |||
47 | import Network.BitTorrent.Exchange.Message as Message | 47 | import Network.BitTorrent.Exchange.Message as Message |
48 | import Network.BitTorrent.Exchange.Session.Metadata as Metadata | 48 | import Network.BitTorrent.Exchange.Session.Metadata as Metadata |
49 | import Network.BitTorrent.Exchange.Session.Status as SS | 49 | import Network.BitTorrent.Exchange.Session.Status as SS |
50 | import Network.BitTorrent.Exchange.Status | ||
51 | import Network.BitTorrent.Exchange.Wire | 50 | import Network.BitTorrent.Exchange.Wire |
51 | import Network.BitTorrent.Exchange.Wire.Status | ||
52 | import System.Torrent.Storage | 52 | import System.Torrent.Storage |
53 | 53 | ||
54 | {----------------------------------------------------------------------- | 54 | {----------------------------------------------------------------------- |
diff --git a/src/Network/BitTorrent/Exchange/Wire.hs b/src/Network/BitTorrent/Exchange/Wire.hs index 4224a25d..411cd598 100644 --- a/src/Network/BitTorrent/Exchange/Wire.hs +++ b/src/Network/BitTorrent/Exchange/Wire.hs | |||
@@ -109,7 +109,7 @@ import Data.Torrent.InfoHash | |||
109 | import Data.Torrent.Piece | 109 | import Data.Torrent.Piece |
110 | import Network.BitTorrent.Core | 110 | import Network.BitTorrent.Core |
111 | import Network.BitTorrent.Exchange.Message as Msg | 111 | import Network.BitTorrent.Exchange.Message as Msg |
112 | import Network.BitTorrent.Exchange.Status | 112 | import Network.BitTorrent.Exchange.Wire.Status |
113 | 113 | ||
114 | -- TODO handle port message? | 114 | -- TODO handle port message? |
115 | -- TODO handle limits? | 115 | -- TODO handle limits? |
diff --git a/src/Network/BitTorrent/Exchange/Status.hs b/src/Network/BitTorrent/Exchange/Wire/Status.hs index bc7840a3..d1b60f11 100644 --- a/src/Network/BitTorrent/Exchange/Status.hs +++ b/src/Network/BitTorrent/Exchange/Wire/Status.hs | |||
@@ -9,7 +9,7 @@ | |||
9 | -- sides. | 9 | -- sides. |
10 | -- | 10 | -- |
11 | {-# LANGUAGE TemplateHaskell #-} | 11 | {-# LANGUAGE TemplateHaskell #-} |
12 | module Network.BitTorrent.Exchange.Status | 12 | module Network.BitTorrent.Exchange.Wire.Status |
13 | ( -- * Peer status | 13 | ( -- * Peer status |
14 | PeerStatus(..) | 14 | PeerStatus(..) |
15 | , choking | 15 | , choking |