summaryrefslogtreecommitdiff
path: root/lisphs.cabal
diff options
context:
space:
mode:
authorTom Smeding <tom.smeding@gmail.com>2019-11-20 22:51:12 +0100
committerTom Smeding <tom.smeding@gmail.com>2019-11-20 23:06:45 +0100
commitbee62a7f1ac399fa1641711ecbbca46b66adcfc4 (patch)
treee5ae692e7d921bfc914b872522d30a7d12d6f2ac /lisphs.cabal
parentd541e0f84ae8f82f70e2393207d359975841facf (diff)
Move compiler macro's to separate module (from Compiler)
Diffstat (limited to 'lisphs.cabal')
-rw-r--r--lisphs.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisphs.cabal b/lisphs.cabal
index 83d844d..b054466 100644
--- a/lisphs.cabal
+++ b/lisphs.cabal
@@ -13,4 +13,4 @@ executable lisp
ghc-options: -Wall -O2
build-depends: base >= 4 && < 5,
containers, filepath, mtl, parsec
- other-modules: AST, Compiler, Intermediate, Optimiser, Parser, VM
+ other-modules: AST, Compiler, CompilerMacros, Intermediate, Optimiser, Parser, VM