diff options
Diffstat (limited to 'chad-fast.cabal')
-rw-r--r-- | chad-fast.cabal | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/chad-fast.cabal b/chad-fast.cabal index 1aadc6b..b7270e4 100644 --- a/chad-fast.cabal +++ b/chad-fast.cabal @@ -18,6 +18,8 @@ library AST.Count AST.Env AST.Pretty + AST.Sparse + AST.Sparse.Types AST.SplitLets AST.Types AST.UnMonoid @@ -46,6 +48,7 @@ library Language.AST Lemmas Simplify + Simplify.TH Util.IdGen other-modules: build-depends: @@ -53,10 +56,10 @@ library containers, deepseq, directory, - -- template-haskell, prettyprinter, process, some, + template-haskell, transformers, unix, vector, |