summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2021-08-09 13:41:25 +0200
committerJohn J. Camilleri <john@digitalgrammars.com>2021-08-09 13:41:25 +0200
commit723bec1ba0579ace280f6d67ad71a1596fc4f166 (patch)
treebb8763c6111e93a3df5ac6847bb9435dce5e934f /gf.cabal
parent265f08d6eec62e1f30a2a1f6fbc3bc18be17948e (diff)
Changes made in order to get Hackage upload working
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal9
1 files changed, 6 insertions, 3 deletions
diff --git a/gf.cabal b/gf.cabal
index 711acaeb2..e356614ec 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -8,12 +8,15 @@ 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:
+ WebSetup.hs
+ doc/Logos/gf0.png
data-files:
www/*.html
www/*.css
@@ -106,7 +109,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 +373,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