From 8eb307e3e11a109aeae7f96ffcb7476d93493ffb Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Sat, 5 Nov 2022 18:02:14 +0100 Subject: interpreter interprets. --- prlg.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'prlg.cabal') diff --git a/prlg.cabal b/prlg.cabal index 83d527d..bd4ea19 100644 --- a/prlg.cabal +++ b/prlg.cabal @@ -25,10 +25,10 @@ executable prlg main-is: Main.hs -- Modules included in this executable, other than Main. - other-modules: Interpreter, Compiler, Parser + other-modules: Interpreter, Compiler, Parser, Frontend -- LANGUAGE extensions used by modules in this package. -- other-extensions: - build-depends: base >=4.16, containers, megaparsec, haskeline, pretty-simple, split + build-depends: base >=4.16, containers, megaparsec, haskeline, pretty-simple, split, transformers hs-source-dirs: app default-language: Haskell2010 -- cgit v1.2.3