diff options
Diffstat (limited to 'prlg.cabal')
| -rw-r--r-- | prlg.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,11 +25,11 @@ executable prlg main-is: Main.hs -- Modules included in this executable, other than Main. - other-modules: Interpreter, Compiler, Parser, Frontend, IR, Operators, Code, Builtins, Env, Load + other-modules: Interpreter, Compiler, Parser, Frontend, IR, Operators, Code, Builtins, Env, Load, CodeLens -- LANGUAGE extensions used by modules in this package. -- other-extensions: - build-depends: base >=4.14, containers, megaparsec, haskeline, pretty-simple, split, transformers + build-depends: base >=4.14, containers, megaparsec, haskeline, split, transformers, lens-family, lens-family-th hs-source-dirs: app default-language: Haskell2010 ghc-options: -Wunused-imports |
