diff options
| author | Mirek Kratochvil <exa.exa@gmail.com> | 2023-02-26 16:58:56 +0100 |
|---|---|---|
| committer | Mirek Kratochvil <exa.exa@gmail.com> | 2023-02-26 16:58:56 +0100 |
| commit | bb40a4f8ca6d837f3ce85ab49e7d892c96ae6b1c (patch) | |
| tree | 0e478b2301cdcaa35d896629768aa20a0c62d3cd /prlg.cabal | |
| parent | 27494c044e54f1bfe8fac466f9416b6e17d58b4d (diff) | |
| download | prlg-bb40a4f8ca6d837f3ce85ab49e7d892c96ae6b1c.tar.gz prlg-bb40a4f8ca6d837f3ce85ab49e7d892c96ae6b1c.tar.bz2 | |
yolo version
Diffstat (limited to 'prlg.cabal')
| -rw-r--r-- | prlg.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
