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