From 7b79d6b2014e65410a75a9b804a4dc5fdc2b21aa Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 20 Jan 2019 15:55:15 +0000 Subject: Add internal simulator module --- verifuzz.cabal | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/verifuzz.cabal b/verifuzz.cabal index 7ea2d2c..575365b 100644 --- a/verifuzz.cabal +++ b/verifuzz.cabal @@ -20,8 +20,9 @@ library hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall - other-modules: VeriFuzz.Internal.Shared - , VeriFuzz.Internal.Gen + other-modules: , VeriFuzz.Internal.Gen + , VeriFuzz.Internal.Shared + , VeriFuzz.Simulator.Internal.Template exposed-modules: VeriFuzz , VeriFuzz.Circuit , VeriFuzz.Graph.ASTGen -- cgit