aboutsummaryrefslogtreecommitdiffstats
path: root/test/Property.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/Property.hs')
-rw-r--r--test/Property.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Property.hs b/test/Property.hs
index 8fc9020..80c6f68 100644
--- a/test/Property.hs
+++ b/test/Property.hs
@@ -4,8 +4,8 @@ import qualified Data.Graph.Inductive as G
import Data.Graph.Inductive.PatriciaTree (Gr)
import Test.Tasty
import qualified Test.Tasty.QuickCheck as QC
-import Test.VeriFuzz
-import qualified Test.VeriFuzz.Graph.RandomAlt as V
+import VeriFuzz
+import qualified VeriFuzz.Graph.RandomAlt as V
newtype TestGraph = TestGraph { getGraph :: Gr Gate () }
deriving (Show)