]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - src/Point.hs
Switch to Tasty for testing.
[spline3.git] / src / Point.hs
index 0e29d596e583786c99ca16e7a2922db4a616fdef..8b720cf193c8a94b2963e4c75f78a194cd8dd87d 100644 (file)
@@ -6,7 +6,7 @@ module Point (
   scale )
 where
 
-import Test.QuickCheck ( Arbitrary(..) )
+import Test.Tasty.QuickCheck ( Arbitrary(..) )
 
 
 -- | Represents a point in three dimensions. We use a custom type (as