From 2555d5b97b1e11a88d238f35cb36806a4a987604 Mon Sep 17 00:00:00 2001 From: Ivy Date: Thu, 4 Feb 2021 00:53:58 +0100 Subject: [PATCH] Forget to commit the .cabal file --- cherry-lisp.cabal | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cherry-lisp.cabal b/cherry-lisp.cabal index 7e0254f..862df4e 100644 --- a/cherry-lisp.cabal +++ b/cherry-lisp.cabal @@ -23,6 +23,8 @@ executable cherry Lexer, Evaluator, Enviroment, + Enviroment.Base, + BuiltinProcs, Types.Language build-depends: base >= 4.7 && < 5,