diff options
Diffstat (limited to 'tests/Network/BitTorrent/Exchange/BlockSpec.hs')
-rw-r--r-- | tests/Network/BitTorrent/Exchange/BlockSpec.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Network/BitTorrent/Exchange/BlockSpec.hs b/tests/Network/BitTorrent/Exchange/BlockSpec.hs index 81ba09b8..d0d71906 100644 --- a/tests/Network/BitTorrent/Exchange/BlockSpec.hs +++ b/tests/Network/BitTorrent/Exchange/BlockSpec.hs | |||
@@ -3,6 +3,7 @@ import Control.Applicative | |||
3 | import Data.Maybe | 3 | import Data.Maybe |
4 | import Test.Hspec | 4 | import Test.Hspec |
5 | import Test.QuickCheck | 5 | import Test.QuickCheck |
6 | import Test.QuickCheck.Instances () | ||
6 | 7 | ||
7 | import Network.BitTorrent.Exchange.Block as Block | 8 | import Network.BitTorrent.Exchange.Block as Block |
8 | 9 | ||