diff options
Diffstat (limited to 'prlg.cabal')
| -rw-r--r-- | prlg.cabal | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -21,11 +21,14 @@ maintainer: exa.exa@gmail.com -- category: extra-source-files: CHANGELOG.md +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 + other-modules: Interpreter, Compiler, Parser, Frontend, IR, Operators, Code, Builtins, Env, Load, CodeLens, Heap, Paths_prlg -- LANGUAGE extensions used by modules in this package. -- other-extensions: |
