diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-04-08 02:36:18 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-04-08 02:36:18 +0400 |
commit | 75711985512c8578e913a1b464816968b4aef5dd (patch) | |
tree | 5ab77d69af0e9bc315b58f1df6ba100e318adfce /tests/Network/BitTorrent/DHT | |
parent | 7e597cd924d2149b10f900c7dc14ce6e1e321cb5 (diff) |
Merge PeerAddr and NodeAddr modules
Diffstat (limited to 'tests/Network/BitTorrent/DHT')
-rw-r--r-- | tests/Network/BitTorrent/DHT/MessageSpec.hs | 2 | ||||
-rw-r--r-- | tests/Network/BitTorrent/DHT/QuerySpec.hs | 2 | ||||
-rw-r--r-- | tests/Network/BitTorrent/DHT/RoutingSpec.hs | 2 | ||||
-rw-r--r-- | tests/Network/BitTorrent/DHT/SessionSpec.hs | 2 | ||||
-rw-r--r-- | tests/Network/BitTorrent/DHT/TokenSpec.hs | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/Network/BitTorrent/DHT/MessageSpec.hs b/tests/Network/BitTorrent/DHT/MessageSpec.hs index 3d886fea..ab6e1ea5 100644 --- a/tests/Network/BitTorrent/DHT/MessageSpec.hs +++ b/tests/Network/BitTorrent/DHT/MessageSpec.hs | |||
@@ -8,7 +8,7 @@ import Data.ByteString.Lazy as BL | |||
8 | import Data.Default | 8 | import Data.Default |
9 | import Data.List as L | 9 | import Data.List as L |
10 | import Data.Maybe | 10 | import Data.Maybe |
11 | import Network.BitTorrent.Core | 11 | import Network.BitTorrent.Address |
12 | import Network.BitTorrent.DHT.Message | 12 | import Network.BitTorrent.DHT.Message |
13 | import qualified Network.KRPC as KRPC (def) | 13 | import qualified Network.KRPC as KRPC (def) |
14 | import Network.KRPC hiding (def) | 14 | import Network.KRPC hiding (def) |
diff --git a/tests/Network/BitTorrent/DHT/QuerySpec.hs b/tests/Network/BitTorrent/DHT/QuerySpec.hs index d25bd120..81c3b45b 100644 --- a/tests/Network/BitTorrent/DHT/QuerySpec.hs +++ b/tests/Network/BitTorrent/DHT/QuerySpec.hs | |||
@@ -9,7 +9,7 @@ import Data.Default | |||
9 | import Data.List as L | 9 | import Data.List as L |
10 | import Test.Hspec | 10 | import Test.Hspec |
11 | 11 | ||
12 | import Network.BitTorrent.Core | 12 | import Network.BitTorrent.Address |
13 | import Network.BitTorrent.DHT | 13 | import Network.BitTorrent.DHT |
14 | import Network.BitTorrent.DHT.Session | 14 | import Network.BitTorrent.DHT.Session |
15 | import Network.BitTorrent.DHT.Query | 15 | import Network.BitTorrent.DHT.Query |
diff --git a/tests/Network/BitTorrent/DHT/RoutingSpec.hs b/tests/Network/BitTorrent/DHT/RoutingSpec.hs index c4a33357..aeccff5f 100644 --- a/tests/Network/BitTorrent/DHT/RoutingSpec.hs +++ b/tests/Network/BitTorrent/DHT/RoutingSpec.hs | |||
@@ -8,7 +8,7 @@ import Data.Maybe | |||
8 | import Test.Hspec | 8 | import Test.Hspec |
9 | import Test.QuickCheck | 9 | import Test.QuickCheck |
10 | 10 | ||
11 | import Network.BitTorrent.Core | 11 | import Network.BitTorrent.Address |
12 | import Network.BitTorrent.DHT.Routing as T | 12 | import Network.BitTorrent.DHT.Routing as T |
13 | 13 | ||
14 | import Network.BitTorrent.CoreSpec hiding (spec) | 14 | import Network.BitTorrent.CoreSpec hiding (spec) |
diff --git a/tests/Network/BitTorrent/DHT/SessionSpec.hs b/tests/Network/BitTorrent/DHT/SessionSpec.hs index 1fe1d08a..522bd8df 100644 --- a/tests/Network/BitTorrent/DHT/SessionSpec.hs +++ b/tests/Network/BitTorrent/DHT/SessionSpec.hs | |||
@@ -10,7 +10,7 @@ import Data.List as L | |||
10 | import Test.Hspec | 10 | import Test.Hspec |
11 | import Test.QuickCheck | 11 | import Test.QuickCheck |
12 | 12 | ||
13 | import Network.BitTorrent.Core | 13 | import Network.BitTorrent.Address |
14 | import Network.BitTorrent.DHT | 14 | import Network.BitTorrent.DHT |
15 | import Network.BitTorrent.DHT.Message | 15 | import Network.BitTorrent.DHT.Message |
16 | import Network.BitTorrent.DHT.Session | 16 | import Network.BitTorrent.DHT.Session |
diff --git a/tests/Network/BitTorrent/DHT/TokenSpec.hs b/tests/Network/BitTorrent/DHT/TokenSpec.hs index 6353a24c..a45d2212 100644 --- a/tests/Network/BitTorrent/DHT/TokenSpec.hs +++ b/tests/Network/BitTorrent/DHT/TokenSpec.hs | |||
@@ -7,7 +7,7 @@ import Data.String | |||
7 | import Test.Hspec | 7 | import Test.Hspec |
8 | import Test.QuickCheck | 8 | import Test.QuickCheck |
9 | 9 | ||
10 | import Network.BitTorrent.Core | 10 | import Network.BitTorrent.Address |
11 | import Network.BitTorrent.CoreSpec () | 11 | import Network.BitTorrent.CoreSpec () |
12 | import Network.BitTorrent.DHT.Token as T | 12 | import Network.BitTorrent.DHT.Token as T |
13 | 13 | ||