diff options
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: |
