diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2021-06-24 09:31:37 +0200 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2021-06-24 09:31:37 +0200 |
| commit | 1ba5449d210b2b5565e1a3179548cfb2df9fce1b (patch) | |
| tree | 60d97f6b1491621e71da4c9a8b705f4c228ee33b /gf.cabal | |
| parent | cf9afa8f744f6babee1982a62921b6d53a174c4b (diff) | |
Update pgf.cabal, and minors to other cabal files
Diffstat (limited to 'gf.cabal')
| -rw-r--r-- | gf.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -72,7 +72,7 @@ flag c-runtime Description: Include functionality from the C run-time library (which must be installed already) Default: False -Library +library default-language: Haskell2010 build-depends: base >= 4.6 && <5, array, @@ -320,7 +320,7 @@ Library if impl(ghc>=8.2) ghc-options: -fhide-source-paths -Executable gf +executable gf hs-source-dirs: src/programs main-is: gf-main.hs default-language: Haskell2010 |
