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 dda3da1..ae4f82b 100644
--- a/src/VeriFuzz/Verilog.hs
+++ b/src/VeriFuzz/Verilog.hs
@@ -11,7 +11,8 @@ Verilog implementation with random generation and mutations.
-}
module VeriFuzz.Verilog
- ( Verilog(..)
+ ( SourceInfo(..)
+ , Verilog(..)
, parseVerilog
, procedural
, proceduralIO