diff options
Diffstat (limited to 'tests/Network')
-rw-r--r-- | tests/Network/BitTorrent/Client/HandleSpec.hs | 2 | ||||
-rw-r--r-- | tests/Network/BitTorrent/DHT/TestData.hs | 2 | ||||
-rw-r--r-- | tests/Network/BitTorrent/DHTSpec.hs | 2 | ||||
-rw-r--r-- | tests/Network/BitTorrent/Exchange/ConnectionSpec.hs | 1 | ||||
-rw-r--r-- | tests/Network/BitTorrent/Tracker/TestData.hs | 2 |
5 files changed, 4 insertions, 5 deletions
diff --git a/tests/Network/BitTorrent/Client/HandleSpec.hs b/tests/Network/BitTorrent/Client/HandleSpec.hs index 8e16d9b0..d51bab02 100644 --- a/tests/Network/BitTorrent/Client/HandleSpec.hs +++ b/tests/Network/BitTorrent/Client/HandleSpec.hs | |||
@@ -2,7 +2,7 @@ module Network.BitTorrent.Client.HandleSpec (spec) where | |||
2 | import Data.Default | 2 | import Data.Default |
3 | import Test.Hspec | 3 | import Test.Hspec |
4 | 4 | ||
5 | import Data.Torrent.Magnet | 5 | import Data.Torrent |
6 | import Network.BitTorrent.Client | 6 | import Network.BitTorrent.Client |
7 | import Network.BitTorrent.Client.Handle | 7 | import Network.BitTorrent.Client.Handle |
8 | 8 | ||
diff --git a/tests/Network/BitTorrent/DHT/TestData.hs b/tests/Network/BitTorrent/DHT/TestData.hs index 2e000a77..e9473cbb 100644 --- a/tests/Network/BitTorrent/DHT/TestData.hs +++ b/tests/Network/BitTorrent/DHT/TestData.hs | |||
@@ -3,7 +3,7 @@ module Network.BitTorrent.DHT.TestData | |||
3 | , testTorrents | 3 | , testTorrents |
4 | ) where | 4 | ) where |
5 | 5 | ||
6 | import Data.Torrent.InfoHash | 6 | import Data.Torrent |
7 | 7 | ||
8 | data TestEntry = TestEntry | 8 | data TestEntry = TestEntry |
9 | { entryName :: String | 9 | { entryName :: String |
diff --git a/tests/Network/BitTorrent/DHTSpec.hs b/tests/Network/BitTorrent/DHTSpec.hs index 76b48257..30abc867 100644 --- a/tests/Network/BitTorrent/DHTSpec.hs +++ b/tests/Network/BitTorrent/DHTSpec.hs | |||
@@ -6,7 +6,7 @@ import Data.List as L | |||
6 | import Test.Hspec | 6 | import Test.Hspec |
7 | import System.Timeout | 7 | import System.Timeout |
8 | 8 | ||
9 | import Data.Torrent.InfoHash | 9 | import Data.Torrent |
10 | import Network.BitTorrent.DHT | 10 | import Network.BitTorrent.DHT |
11 | 11 | ||
12 | 12 | ||
diff --git a/tests/Network/BitTorrent/Exchange/ConnectionSpec.hs b/tests/Network/BitTorrent/Exchange/ConnectionSpec.hs index c21f55ef..ccbf2854 100644 --- a/tests/Network/BitTorrent/Exchange/ConnectionSpec.hs +++ b/tests/Network/BitTorrent/Exchange/ConnectionSpec.hs | |||
@@ -8,7 +8,6 @@ import Test.Hspec | |||
8 | import Test.QuickCheck | 8 | import Test.QuickCheck |
9 | 9 | ||
10 | import Data.Torrent | 10 | import Data.Torrent |
11 | import Data.Torrent.InfoHash | ||
12 | import Network.BitTorrent.Core | 11 | import Network.BitTorrent.Core |
13 | import Network.BitTorrent.Exchange.Connection | 12 | import Network.BitTorrent.Exchange.Connection |
14 | import Network.BitTorrent.Exchange.Message | 13 | import Network.BitTorrent.Exchange.Message |
diff --git a/tests/Network/BitTorrent/Tracker/TestData.hs b/tests/Network/BitTorrent/Tracker/TestData.hs index e0edba25..b95e2df4 100644 --- a/tests/Network/BitTorrent/Tracker/TestData.hs +++ b/tests/Network/BitTorrent/Tracker/TestData.hs | |||
@@ -12,7 +12,7 @@ import Data.Maybe | |||
12 | import Data.String | 12 | import Data.String |
13 | import Network.URI | 13 | import Network.URI |
14 | 14 | ||
15 | import Data.Torrent.InfoHash | 15 | import Data.Torrent |
16 | 16 | ||
17 | 17 | ||
18 | data TrackerEntry = TrackerEntry | 18 | data TrackerEntry = TrackerEntry |