Fix import.

This commit is contained in:
David Himmelstrup 2022-06-02 18:26:59 +02:00
commit 234b79d5a0
No known key found for this signature in database
GPG key ID: 43737FEB222785D0

View file

@ -4,13 +4,14 @@
{-# LANGUAGE TemplateHaskell #-}
module Properties where
import Test.Tasty
#if !defined(NO_HGEOMETRY)
import qualified Data.Vector as V
import Linear.V2
import Linear.Vector
import Test.QuickCheck
import Test.Tasty
import Test.Tasty.QuickCheck
import Reanimate.Math.Common