From d51a715d7a1181cd246b50a091bf909eaa04eae0 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 4 Mar 2019 20:52:55 -0500 Subject: [PATCH] src/FunctionValues.hs: make an import list explicit. --- src/FunctionValues.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FunctionValues.hs b/src/FunctionValues.hs index 6271d11..0d84801 100644 --- a/src/FunctionValues.hs +++ b/src/FunctionValues.hs @@ -17,7 +17,7 @@ where import Prelude hiding ( LT ) import Test.Tasty ( TestTree, testGroup ) import Test.Tasty.HUnit ( Assertion, testCase ) -import Test.Tasty.QuickCheck ( Arbitrary(..), choose, testProperty ) +import Test.Tasty.QuickCheck ( Arbitrary( arbitrary ), choose, testProperty ) import Assertions ( assertTrue ) import Cardinal ( Cardinal(..), cwx, cwy, cwz ) -- 2.43.2