From b41711713002a8980a783d36164fbecbaddc1986 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Sat, 4 Mar 2023 13:51:22 +0100 Subject: load a prelude --- prlg.cabal | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'prlg.cabal') 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: -- cgit v1.2.3