From 944668e6c12378c4c179b9b3ada0e4626c3c71e0 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 4 Mar 2019 20:35:43 -0500 Subject: [PATCH] src/Grid.hs: make two import lists explicit. --- src/Grid.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Grid.hs b/src/Grid.hs index 57eaa19..43e60ef 100644 --- a/src/Grid.hs +++ b/src/Grid.hs @@ -19,7 +19,7 @@ import Data.Array.Repa.Operators.Traversal ( unsafeTraverse ) import Test.Tasty ( TestTree, testGroup ) import Test.Tasty.HUnit ( Assertion, assertEqual, testCase ) import Test.Tasty.QuickCheck ( - Arbitrary(..), + Arbitrary( arbitrary ), Gen, Property, (==>), @@ -36,7 +36,7 @@ import Cube ( tetrahedron ) import Examples ( trilinear, trilinear9x9x9, zeros ) import FunctionValues ( make_values, value_at ) -import Point ( Point(..) ) +import Point ( Point(Point) ) import ScaleFactor ( ScaleFactor ) import Tetrahedron ( Tetrahedron( v0, v1, v2, v3 ), -- 2.43.2