From db29f6d193988ebef66ecabdead0fd8f2ed3087d Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Tue, 26 Nov 2019 21:24:25 +0100 Subject: Use Sequence-based string in VM; 50% faster lispparser.lisp --- lisphs.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisphs.cabal') diff --git a/lisphs.cabal b/lisphs.cabal index b054466..640ceee 100644 --- a/lisphs.cabal +++ b/lisphs.cabal @@ -12,5 +12,5 @@ executable lisp default-language: Haskell2010 ghc-options: -Wall -O2 build-depends: base >= 4 && < 5, - containers, filepath, mtl, parsec - other-modules: AST, Compiler, CompilerMacros, Intermediate, Optimiser, Parser, VM + containers, filepath, mtl, parsec, text + other-modules: AST, Compiler, CompilerMacros, DString, Intermediate, Optimiser, Parser, VM -- cgit v1.2.3-70-g09d2