aboutsummaryrefslogtreecommitdiffstats
path: root/verifuzz.cabal
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2019-02-01 20:33:47 +0000
committerYann Herklotz <ymherklotz@gmail.com>2019-02-01 20:33:47 +0000
commit2b690485436b1d4df3c9212a928a1557562fb378 (patch)
tree4e1275166222b71627d97955213cbcde83154161 /verifuzz.cabal
parent157559045f477e443a3f965af6a1959f59930eb8 (diff)
downloadverismith-2b690485436b1d4df3c9212a928a1557562fb378.tar.gz
verismith-2b690485436b1d4df3c9212a928a1557562fb378.zip
Fix all the compile and test errors
Diffstat (limited to 'verifuzz.cabal')
-rw-r--r--verifuzz.cabal5
1 files changed, 3 insertions, 2 deletions
diff --git a/verifuzz.cabal b/verifuzz.cabal
index f99faaa..470ee5d 100644
--- a/verifuzz.cabal
+++ b/verifuzz.cabal
@@ -24,14 +24,15 @@ library
other-modules: VeriFuzz.Internal
, VeriFuzz.Internal.Circuit
, VeriFuzz.Internal.Simulator
- exposed-modules: VeriFuzz.ASTGen
+ , VeriFuzz.Internal.AST
+ exposed-modules: VeriFuzz
+ , VeriFuzz.ASTGen
, VeriFuzz.AST
, VeriFuzz.Circuit
, VeriFuzz.CodeGen
, VeriFuzz.Env
, VeriFuzz.General
, VeriFuzz.Gen
- , VeriFuzz.Helpers
, VeriFuzz.Icarus
, VeriFuzz.Mutate
, VeriFuzz.RandomAlt