]> gitweb.michael.orlitzky.com - spline3.git/commitdiff
Fix two warnings in the Cube tests.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 7 May 2011 21:20:28 +0000 (17:20 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 7 May 2011 21:20:28 +0000 (17:20 -0400)
src/Tests/Cube.hs

index 1df642fea96b6fab5163913a96fe735a168fcbfb..9c21311c43cbf64ecd52b3df73a07518bcba5444 100644 (file)
@@ -5,8 +5,8 @@ import Test.QuickCheck
 
 import Comparisons
 import Cube
-import FunctionValues (FunctionValues(FunctionValues))
-import Tests.FunctionValues
+import FunctionValues (FunctionValues)
+import Tests.FunctionValues ()
 import Tetrahedron (v0, volume)
 
 instance Arbitrary Cube where