summaryrefslogtreecommitdiff
path: root/tests/Network/BitTorrent/Exchange
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Network/BitTorrent/Exchange')
-rw-r--r--tests/Network/BitTorrent/Exchange/BlockSpec.hs1
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
3import Data.Maybe 3import Data.Maybe
4import Test.Hspec 4import Test.Hspec
5import Test.QuickCheck 5import Test.QuickCheck
6import Test.QuickCheck.Instances ()
6 7
7import Network.BitTorrent.Exchange.Block as Block 8import Network.BitTorrent.Exchange.Block as Block
8 9