X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FPoint.hs;h=8b720cf193c8a94b2963e4c75f78a194cd8dd87d;hb=a499efdb0e215ac424fe7c38a52430daebefc22b;hp=0e29d596e583786c99ca16e7a2922db4a616fdef;hpb=5de566481cadea0f1e258657ee2697ad643b77d5;p=spline3.git diff --git a/src/Point.hs b/src/Point.hs index 0e29d59..8b720cf 100644 --- a/src/Point.hs +++ b/src/Point.hs @@ -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