summaryrefslogtreecommitdiff
path: root/prlg.cabal
diff options
context:
space:
mode:
authorMirek Kratochvil <exa.exa@gmail.com>2023-02-25 22:35:59 +0100
committerMirek Kratochvil <exa.exa@gmail.com>2023-02-25 22:35:59 +0100
commit81df52f6565c073f9638108a66304d0ecc6cac02 (patch)
tree6fd48069777d403177de923183afa6d8ca40349d /prlg.cabal
parent3eb6125609245c6588df2cacc3102b8e78093ea5 (diff)
downloadprlg-81df52f6565c073f9638108a66304d0ecc6cac02.tar.gz
prlg-81df52f6565c073f9638108a66304d0ecc6cac02.tar.bz2
get lensy and classy
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 797a155..929d3ee 100644
--- a/prlg.cabal
+++ b/prlg.cabal
@@ -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