aboutsummaryrefslogtreecommitdiffstats
path: root/src/Test/VeriFuzz/Internal/Gen.hs
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2019-01-10 15:48:13 +0000
committerYann Herklotz <ymherklotz@gmail.com>2019-01-10 15:48:21 +0000
commit3f1190cd7fc873449a1fd430386aa4b773d010ac (patch)
treeba9efed7478213d56c5b2ee5699225d684824373 /src/Test/VeriFuzz/Internal/Gen.hs
parent9f829c41651cd2872b1c6e666b5bceeebf829aee (diff)
downloadverismith-3f1190cd7fc873449a1fd430386aa4b773d010ac.tar.gz
verismith-3f1190cd7fc873449a1fd430386aa4b773d010ac.zip
Rename module names so that I can move them
Diffstat (limited to 'src/Test/VeriFuzz/Internal/Gen.hs')
-rw-r--r--src/Test/VeriFuzz/Internal/Gen.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Test/VeriFuzz/Internal/Gen.hs b/src/Test/VeriFuzz/Internal/Gen.hs
index fdd958d..be275dd 100644
--- a/src/Test/VeriFuzz/Internal/Gen.hs
+++ b/src/Test/VeriFuzz/Internal/Gen.hs
@@ -1,5 +1,5 @@
{-|
-Module : Test.VeriFuzz.Internal.Gen
+Module : VeriFuzz.Internal.Gen
Description : Internal helpers for generation.
Copyright : (c) 2018-2019, Yann Herklotz Grave
License : BSD-3
@@ -10,7 +10,7 @@ Portability : POSIX
Internal helpers for generation.
-}
-module Test.VeriFuzz.Internal.Gen where
+module VeriFuzz.Internal.Gen where
import Data.Graph.Inductive (Graph, Node)
import qualified Data.Graph.Inductive as G