diff options
| author | Mirek Kratochvil <exa.exa@gmail.com> | 2023-01-24 23:35:06 +0100 |
|---|---|---|
| committer | Mirek Kratochvil <exa.exa@gmail.com> | 2023-01-24 23:35:06 +0100 |
| commit | cce22d561bf529b924fa2cd19d9777125b5ffd88 (patch) | |
| tree | d06075687e24014a202b37935946319430080ae9 /prlg.cabal | |
| parent | 8a7d54a74e3229d7936426b4d100f97420a6e282 (diff) | |
| download | prlg-cce22d561bf529b924fa2cd19d9777125b5ffd88.tar.gz prlg-cce22d561bf529b924fa2cd19d9777125b5ffd88.tar.bz2 | |
load loads.
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 + other-modules: Interpreter, Compiler, Parser, Frontend, IR, Operators, Code, Builtins, Env, Load -- LANGUAGE extensions used by modules in this package. -- other-extensions: |
