aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz/Verilog.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/VeriFuzz/Verilog.hs')
-rw-r--r--src/VeriFuzz/Verilog.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/VeriFuzz/Verilog.hs b/src/VeriFuzz/Verilog.hs
index 4e8ed22..6b6a13f 100644
--- a/src/VeriFuzz/Verilog.hs
+++ b/src/VeriFuzz/Verilog.hs
@@ -18,7 +18,8 @@ module VeriFuzz.Verilog
-- * Verilog mutations
, module VeriFuzz.Verilog.Mutate
, module VeriFuzz.Verilog.Helpers
- ) where
+ )
+where
import VeriFuzz.Verilog.AST
import VeriFuzz.Verilog.CodeGen