summaryrefslogtreecommitdiff
path: root/tests/Network
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-03-02 17:05:47 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-03-02 17:05:47 +0400
commit39af7d8024fdc358a41fe164e10c2e3eb9e5f13e (patch)
tree8d003849b47395c89547ecec5a57b3586d5584d8 /tests/Network
parentff004146437723fb565cf693e71c50b35aa96abf (diff)
Fix build failure
Diffstat (limited to 'tests/Network')
-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