diff options
Diffstat (limited to 'prlg.cabal')
| -rw-r--r-- | prlg.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
