summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2019-03-08 07:25:26 +0300
committerdefanor <defanor@uberspace.net>2019-03-08 07:25:26 +0300
commit0c64354f3d5d629e0bb5096ab91415c764517b1d (patch)
treeff2f0f3d6132dbbc2b913559975824d0dc6116dd /test
parent2b242bda87683fd97cb607bce66e78c83b8bf07b (diff)
Fix Test.hs
Newer Generic.Random exports Options, which interferes with Coalpit.Options.
Diffstat (limited to 'test')
-rw-r--r--test/Test.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Test.hs b/test/Test.hs
index 0836220..b8d4121 100644
--- a/test/Test.hs
+++ b/test/Test.hs
@@ -1,7 +1,7 @@
{-# LANGUAGE DeriveGeneric, DeriveAnyClass, RankNTypes #-}
import GHC.Generics
-import Generic.Random
+import Generic.Random (genericArbitraryU)
import Test.Tasty
import Test.Tasty.QuickCheck as QC
import Data.Proxy