aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz/Helpers.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/VeriFuzz/Helpers.hs')
-rw-r--r--src/VeriFuzz/Helpers.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/VeriFuzz/Helpers.hs b/src/VeriFuzz/Helpers.hs
index 99e5f38..09bb7dd 100644
--- a/src/VeriFuzz/Helpers.hs
+++ b/src/VeriFuzz/Helpers.hs
@@ -1,5 +1,5 @@
{-|
-Module : VeriFuzz.Verilog.Helpers
+Module : VeriFuzz.Helpers
Description : Defaults and common functions.
Copyright : (c) 2018-2019, Yann Herklotz Grave
License : BSD-3
@@ -10,11 +10,11 @@ Portability : POSIX
Defaults and common functions.
-}
-module VeriFuzz.Verilog.Helpers where
+module VeriFuzz.Helpers where
import Control.Lens
-import Data.Text (Text)
-import VeriFuzz.Verilog.AST
+import Data.Text (Text)
+import VeriFuzz.AST
regDecl :: Identifier -> ModItem
regDecl = Decl Nothing . Port (Reg False) 1