diff options
Diffstat (limited to 'tests/Network')
-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 () |