summaryrefslogtreecommitdiff
path: root/prlg.cabal
diff options
context:
space:
mode:
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