From 98c40f4bf8849f5cdd3d3c49123bc911b8fa42e1 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Sun, 5 Mar 2023 21:34:20 +0100 Subject: strings and a few other small nice changes --- prlg.cabal | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) (limited to 'prlg.cabal') diff --git a/prlg.cabal b/prlg.cabal index 693ade9..92001b2 100644 --- a/prlg.cabal +++ b/prlg.cabal @@ -21,18 +21,40 @@ maintainer: exa.exa@gmail.com -- category: extra-source-files: CHANGELOG.md -data-dir: inst -data-files: *.pl +data-dir: inst +data-files: *.pl 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, CodeLens, Heap, Paths_prlg + other-modules: Paths_prlg, + Builtins, + Code, + CodeLens, + Compiler, + Constant, + Env, + Frontend, + Heap, + Interpreter, + IR, + Load, + Operators, + Parser -- LANGUAGE extensions used by modules in this package. -- other-extensions: - build-depends: base >=4.14, containers, megaparsec, haskeline, split, transformers, microlens, microlens-th, microlens-mtl + build-depends: base >=4.14, + containers, + haskeline, + megaparsec, + microlens, + microlens-mtl, + microlens-th, + split, + transformers + hs-source-dirs: app default-language: Haskell2010 ghc-options: -Wunused-imports -- cgit v1.2.3