diff options
| author | Mirek Kratochvil <exa.exa@gmail.com> | 2022-10-16 21:49:59 +0200 |
|---|---|---|
| committer | Mirek Kratochvil <exa.exa@gmail.com> | 2022-10-16 21:49:59 +0200 |
| commit | 865d63a103d119e51a4fba3a0d185ff1c6394176 (patch) | |
| tree | c9156491488db6985e370e4d080c2ac6504aae61 /prlg.cabal | |
| parent | cbd6aa4021f744be7301e9d5b6fce2c6c98c46ae (diff) | |
| download | prlg-865d63a103d119e51a4fba3a0d185ff1c6394176.tar.gz prlg-865d63a103d119e51a4fba3a0d185ff1c6394176.tar.bz2 | |
some small stuff
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 + other-modules: Interpreter, Compiler, Parser -- LANGUAGE extensions used by modules in this package. -- other-extensions: |
