diff --git a/test/Spec.hs b/test/Spec.hs index e73b49d7a..60a61c844 100644 --- a/test/Spec.hs +++ b/test/Spec.hs @@ -15,7 +15,7 @@ import Data.Tuple import GHC.Generics import Test.Hspec import Test.Hspec.QuickCheck -import Test.QuickCheck +import Test.QuickCheck hiding (Fixed) newtype ArbitraryTerm a annotation = ArbitraryTerm (annotation, (Syntax a (ArbitraryTerm a annotation))) deriving (Show, Eq, Generic)