diff options
Diffstat (limited to 'tests/Network/BitTorrent/DHT/TokenSpec.hs')
-rw-r--r-- | tests/Network/BitTorrent/DHT/TokenSpec.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | ||