From 81df52f6565c073f9638108a66304d0ecc6cac02 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Sat, 25 Feb 2023 22:35:59 +0100 Subject: get lensy and classy --- prlg.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'prlg.cabal') 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 -- cgit v1.2.3