summaryrefslogtreecommitdiff
path: root/lisphs.cabal
diff options
context:
space:
mode:
authorTom Smeding <tom.smeding@gmail.com>2019-04-18 23:24:56 +0200
committerTom Smeding <tom.smeding@gmail.com>2019-04-18 23:24:56 +0200
commitd37b2cfec1cfcbc3b6cfcedc88a9c6775312f8eb (patch)
tree5426e28f530b69fbf5f618ac759c2bde9cf87bd3 /lisphs.cabal
parent7b2f8b602e65ed2462b7d2c5a432d102f0ba6705 (diff)
Lower to isa WIP
Diffstat (limited to 'lisphs.cabal')
-rw-r--r--lisphs.cabal9
1 files changed, 8 insertions, 1 deletions
diff --git a/lisphs.cabal b/lisphs.cabal
index 89ee3c4..c608571 100644
--- a/lisphs.cabal
+++ b/lisphs.cabal
@@ -13,4 +13,11 @@ executable lisp
ghc-options: -Wall -O2
build-depends: base >= 4 && < 5,
containers, mtl, parsec
- other-modules: AST, Compiler, Intermediate, Optimiser, Parser, VM
+ other-modules:
+ AST
+ Compiler
+ Intermediate
+ Lower
+ Optimiser
+ Parser
+ VM