From 5297a1f696e0f99ceaef5e3adb76c5ab425f528d Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 4 Mar 2019 20:58:16 -0500 Subject: [PATCH] src/Cardinal.hs: make an import list explicit. --- src/Cardinal.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cardinal.hs b/src/Cardinal.hs index d4f94e3..530ea1a 100644 --- a/src/Cardinal.hs +++ b/src/Cardinal.hs @@ -27,7 +27,7 @@ import Prelude hiding (LT) import Test.Tasty ( TestTree, testGroup ) import Test.Tasty.HUnit ( Assertion, assertEqual, testCase ) import Test.Tasty.QuickCheck ( - Arbitrary(..), + Arbitrary( arbitrary ), Property, (==>), oneof, testProperty ) -- 2.43.2