diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-03-02 17:05:47 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-03-02 17:05:47 +0400 |
commit | 39af7d8024fdc358a41fe164e10c2e3eb9e5f13e (patch) | |
tree | 8d003849b47395c89547ecec5a57b3586d5584d8 /tests | |
parent | ff004146437723fb565cf693e71c50b35aa96abf (diff) |
Fix build failure
Diffstat (limited to 'tests')
-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 | ||