summaryrefslogtreecommitdiff
path: root/prlg.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'prlg.cabal')
-rw-r--r--prlg.cabal5
1 files changed, 4 insertions, 1 deletions
diff --git a/prlg.cabal b/prlg.cabal
index 54a9a99..693ade9 100644
--- a/prlg.cabal
+++ b/prlg.cabal
@@ -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: