about summary refs log tree commit diff
path: root/test/Test/Prelude.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/Test/Prelude.hs')
-rw-r--r--test/Test/Prelude.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Test/Prelude.hs b/test/Test/Prelude.hs
index b12e1e895d..c423796184 100644
--- a/test/Test/Prelude.hs
+++ b/test/Test/Prelude.hs
@@ -13,6 +13,7 @@ import Test.Tasty.QuickCheck
 import Test.Tasty.HUnit
 import Test.QuickCheck.Classes
 import Test.QuickCheck.Checkers (TestBatch)
+import Test.QuickCheck.Instances.ByteString ()
 
 testBatch :: TestBatch -> TestTree
 testBatch (name, tests) = testGroup name $ uncurry testProperty <$> tests