diff options
| author | Mirek Kratochvil <exa.exa@gmail.com> | 2022-11-13 00:46:38 +0100 |
|---|---|---|
| committer | Mirek Kratochvil <exa.exa@gmail.com> | 2022-11-13 00:46:38 +0100 |
| commit | 8d5353dc8c7ef3eefb0ae4860e67602c455c1a58 (patch) | |
| tree | c668dc93c1dddd517cfd771da5506c2159e6a2c7 /prlg.cabal | |
| parent | 9d7868431792dcd94ec71adb9f95f55ab4bf027d (diff) | |
| download | prlg-8d5353dc8c7ef3eefb0ae4860e67602c455c1a58.tar.gz prlg-8d5353dc8c7ef3eefb0ae4860e67602c455c1a58.tar.bz2 | |
builtins are built in
Diffstat (limited to 'prlg.cabal')
| -rw-r--r-- | prlg.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,7 +3,7 @@ name: prlg version: 0.1.0.0 -- A short (one-line) description of the package. --- synopsis: +synopsis: A small Vienna-style interpreter. -- A longer description of the package. -- description: @@ -32,3 +32,4 @@ executable prlg build-depends: base >=4.16, containers, megaparsec, haskeline, pretty-simple, split, transformers hs-source-dirs: app default-language: Haskell2010 + ghc-options: -Wunused-imports |
