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