summaryrefslogtreecommitdiff
path: root/prlg.cabal
diff options
context:
space:
mode:
authorMirek Kratochvil <exa.exa@gmail.com>2022-11-05 18:02:14 +0100
committerMirek Kratochvil <exa.exa@gmail.com>2022-11-05 18:02:14 +0100
commit8eb307e3e11a109aeae7f96ffcb7476d93493ffb (patch)
treeac0ff172a8508268f0e93d3c869c910122b2303d /prlg.cabal
parent8f47919624f0153ff9afa299d994d66bb63037ef (diff)
downloadprlg-8eb307e3e11a109aeae7f96ffcb7476d93493ffb.tar.gz
prlg-8eb307e3e11a109aeae7f96ffcb7476d93493ffb.tar.bz2
interpreter interprets.
Diffstat (limited to 'prlg.cabal')
-rw-r--r--prlg.cabal4
1 files changed, 2 insertions, 2 deletions
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