diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2013-11-26 06:30:09 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2013-11-26 06:30:09 +0400 |
commit | 220b86a81a9bcd857bcd4d2443480e73f35bcff3 (patch) | |
tree | 5321efd8d794ce63c23b862b252393bee7b912b2 /tests/Network/BitTorrent/Core/PeerIdSpec.hs | |
parent | 8faf05f27f955ce3633ede220ac8da97488cd229 (diff) |
Fix warnings
Diffstat (limited to 'tests/Network/BitTorrent/Core/PeerIdSpec.hs')
-rw-r--r-- | tests/Network/BitTorrent/Core/PeerIdSpec.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Network/BitTorrent/Core/PeerIdSpec.hs b/tests/Network/BitTorrent/Core/PeerIdSpec.hs index 7ed8a976..7153ef68 100644 --- a/tests/Network/BitTorrent/Core/PeerIdSpec.hs +++ b/tests/Network/BitTorrent/Core/PeerIdSpec.hs | |||
@@ -2,6 +2,7 @@ module Network.BitTorrent.Core.PeerIdSpec (spec) where | |||
2 | import Control.Applicative | 2 | import Control.Applicative |
3 | import Test.Hspec | 3 | import Test.Hspec |
4 | import Test.QuickCheck | 4 | import Test.QuickCheck |
5 | import Test.QuickCheck.Instances | ||
5 | import Network.BitTorrent.Core.PeerId | 6 | import Network.BitTorrent.Core.PeerId |
6 | 7 | ||
7 | 8 | ||