From d37b2cfec1cfcbc3b6cfcedc88a9c6775312f8eb Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Thu, 18 Apr 2019 23:24:56 +0200 Subject: Lower to isa WIP --- lisphs.cabal | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'lisphs.cabal') 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 -- cgit v1.2.3-54-g00ecf