summaryrefslogtreecommitdiff
path: root/prlg.cabal
diff options
context:
space:
mode:
authorMirek Kratochvil <exa.exa@gmail.com>2023-02-26 16:58:56 +0100
committerMirek Kratochvil <exa.exa@gmail.com>2023-02-26 16:58:56 +0100
commitbb40a4f8ca6d837f3ce85ab49e7d892c96ae6b1c (patch)
tree0e478b2301cdcaa35d896629768aa20a0c62d3cd /prlg.cabal
parent27494c044e54f1bfe8fac466f9416b6e17d58b4d (diff)
downloadprlg-bb40a4f8ca6d837f3ce85ab49e7d892c96ae6b1c.tar.gz
prlg-bb40a4f8ca6d837f3ce85ab49e7d892c96ae6b1c.tar.bz2
yolo version
Diffstat (limited to 'prlg.cabal')
-rw-r--r--prlg.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/prlg.cabal b/prlg.cabal
index 929d3ee..5e2fee0 100644
--- a/prlg.cabal
+++ b/prlg.cabal
@@ -25,7 +25,7 @@ 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
+ other-modules: Interpreter, Compiler, Parser, Frontend, IR, Operators, Code, Builtins, Env, Load, CodeLens, Heap
-- LANGUAGE extensions used by modules in this package.
-- other-extensions: