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 /tests/Network/BitTorrent/Exchange | |
parent | 9bd27cd068591446ff9026420654de14d58e0841 (diff) |
Rename Wire.hs to Connection.hs
Diffstat (limited to 'tests/Network/BitTorrent/Exchange')
-rw-r--r-- | tests/Network/BitTorrent/Exchange/ConnectionSpec.hs (renamed from tests/Network/BitTorrent/Exchange/WireSpec.hs) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Network/BitTorrent/Exchange/WireSpec.hs b/tests/Network/BitTorrent/Exchange/ConnectionSpec.hs index 293e1bd6..c21f55ef 100644 --- a/tests/Network/BitTorrent/Exchange/WireSpec.hs +++ b/tests/Network/BitTorrent/Exchange/ConnectionSpec.hs | |||
@@ -1,6 +1,6 @@ | |||
1 | {-# LANGUAGE RecordWildCards #-} | 1 | {-# LANGUAGE RecordWildCards #-} |
2 | {-# OPTIONS_GHC -fno-warn-orphans #-} | 2 | {-# OPTIONS_GHC -fno-warn-orphans #-} |
3 | module Network.BitTorrent.Exchange.WireSpec (spec) where | 3 | module Network.BitTorrent.Exchange.ConnectionSpec (spec) where |
4 | import Control.Applicative | 4 | import Control.Applicative |
5 | import Control.Monad.Trans | 5 | import Control.Monad.Trans |
6 | import Data.Default | 6 | import Data.Default |
@@ -10,8 +10,8 @@ import Test.QuickCheck | |||
10 | import Data.Torrent | 10 | import Data.Torrent |
11 | import Data.Torrent.InfoHash | 11 | import Data.Torrent.InfoHash |
12 | import Network.BitTorrent.Core | 12 | import Network.BitTorrent.Core |
13 | import Network.BitTorrent.Exchange.Connection | ||
13 | import Network.BitTorrent.Exchange.Message | 14 | import Network.BitTorrent.Exchange.Message |
14 | import Network.BitTorrent.Exchange.Wire | ||
15 | 15 | ||
16 | import Config | 16 | import Config |
17 | import Network.BitTorrent.Exchange.MessageSpec () | 17 | import Network.BitTorrent.Exchange.MessageSpec () |