summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
authorkrangelov <kr.angelov@gmail.com>2021-09-22 14:11:27 +0200
committerkrangelov <kr.angelov@gmail.com>2021-09-22 14:11:27 +0200
commite4b2f281d97f97317df37b5e296cea371c334f37 (patch)
tree8fa7f7a4b47a85f6269f4a734cb8414dccde60f5 /gf.cabal
parent063c517f3c99aa34ebf5ce25a97d85bb05d7abe4 (diff)
parentbedb46527daa99125f103b87e9fdf8e3cbe9d98b (diff)
Merge branch 'master' of github.com:GrammaticalFramework/gf-core
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal11
1 files changed, 8 insertions, 3 deletions
diff --git a/gf.cabal b/gf.cabal
index 711acaeb2..b4dcf81a0 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -8,12 +8,17 @@ license-file: LICENSE
category: Natural Language Processing, Compiler
synopsis: Grammatical Framework
description: GF, Grammatical Framework, is a programming language for multilingual grammar applications
+maintainer: John J. Camilleri <john@digitalgrammars.com>
homepage: https://www.grammaticalframework.org/
bug-reports: https://github.com/GrammaticalFramework/gf-core/issues
tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.10.4
data-dir: src
-extra-source-files: WebSetup.hs
+extra-source-files:
+ README.md
+ CHANGELOG.md
+ WebSetup.hs
+ doc/Logos/gf0.png
data-files:
www/*.html
www/*.css
@@ -106,7 +111,7 @@ library
--ghc-options: -fwarn-unused-imports
--if impl(ghc>=7.8)
-- ghc-options: +RTS -A20M -RTS
- ghc-prof-options: -fprof-auto
+ -- ghc-prof-options: -fprof-auto
exposed-modules:
PGF
@@ -370,7 +375,7 @@ executable gf
if impl(ghc<7.8)
ghc-options: -with-rtsopts=-K64M
- ghc-prof-options: -auto-all
+ -- ghc-prof-options: -auto-all
if impl(ghc>=8.2)
ghc-options: -fhide-source-paths