]> gitweb.michael.orlitzky.com - spline3.git/commitdiff
test/TestSuite.hs: make all imports explicit.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 5 Mar 2019 03:56:10 +0000 (22:56 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 5 Mar 2019 03:56:10 +0000 (22:56 -0500)
test/TestSuite.hs

index 0cc376e63ac9c5658755374d66ffb951f25e0842..8b3da40bae3add8475d5b497913215131aa8974a 100644 (file)
@@ -2,7 +2,7 @@ module Main (main)
 where
 
 import Test.Tasty ( TestTree, defaultMain, localOption, testGroup )
-import Test.Tasty.QuickCheck ( QuickCheckTests(..) )
+import Test.Tasty.QuickCheck ( QuickCheckTests(QuickCheckTests) )
 
 import Cardinal ( cardinal_tests, cardinal_properties )
 import Cube ( cube_properties )