diff options
Diffstat (limited to 'tests/Network/BitTorrent/Core/PeerAddrSpec.hs')
-rw-r--r-- | tests/Network/BitTorrent/Core/PeerAddrSpec.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Network/BitTorrent/Core/PeerAddrSpec.hs b/tests/Network/BitTorrent/Core/PeerAddrSpec.hs index abb90183..387126db 100644 --- a/tests/Network/BitTorrent/Core/PeerAddrSpec.hs +++ b/tests/Network/BitTorrent/Core/PeerAddrSpec.hs | |||
@@ -11,8 +11,8 @@ import Network | |||
11 | import Test.Hspec | 11 | import Test.Hspec |
12 | import Test.QuickCheck | 12 | import Test.QuickCheck |
13 | 13 | ||
14 | import Network.BitTorrent.Core.PeerIdSpec hiding (spec) | 14 | import Network.BitTorrent.Core.PeerIdSpec () |
15 | import Network.BitTorrent.Core.PeerAddr | 15 | import Network.BitTorrent.Address |
16 | 16 | ||
17 | instance Arbitrary IPv4 where | 17 | instance Arbitrary IPv4 where |
18 | arbitrary = do | 18 | arbitrary = do |