mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-11 16:12:20 +00:00
Fix import.
This commit is contained in:
parent
11eee3200b
commit
234b79d5a0
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue