From: Michael Orlitzky Date: Tue, 5 Mar 2019 01:52:55 +0000 (-0500) Subject: src/FunctionValues.hs: make an import list explicit. X-Git-Tag: 1.0.1~32 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=spline3.git;a=commitdiff_plain;h=d51a715d7a1181cd246b50a091bf909eaa04eae0 src/FunctionValues.hs: make an import list explicit. --- 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 )