From 723bec1ba0579ace280f6d67ad71a1596fc4f166 Mon Sep 17 00:00:00 2001 From: "John J. Camilleri" Date: Mon, 9 Aug 2021 13:41:25 +0200 Subject: Changes made in order to get Hackage upload working --- gf.cabal | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'gf.cabal') 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 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 -- cgit v1.2.3 From 7a63ba34b471a1b4edd4655422f4ae235dbcf12b Mon Sep 17 00:00:00 2001 From: "John J. Camilleri" Date: Thu, 12 Aug 2021 09:56:34 +0200 Subject: Add changelog This will hopefully help us keep track of changes for the next release --- CHANGELOG.md | 11 +++++++++++ README.md | 4 ++-- gf.cabal | 2 ++ 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md (limited to 'gf.cabal') diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..ac209f1af --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +### New since 3.11 (WIP) + +- Added a changelog! + +### 3.11 + +See + +### 3.10 + +See diff --git a/README.md b/README.md index e393be0e6..79e6ab68f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![GF Logo](doc/Logos/gf1.svg) +![GF Logo](https://www.grammaticalframework.org/doc/Logos/gf1.svg) # Grammatical Framework (GF) @@ -39,7 +39,7 @@ or: stack install ``` -For more information, including links to precompiled binaries, see the [download page](http://www.grammaticalframework.org/download/index.html). +For more information, including links to precompiled binaries, see the [download page](https://www.grammaticalframework.org/download/index.html). ## About this repository diff --git a/gf.cabal b/gf.cabal index e356614ec..b4dcf81a0 100644 --- a/gf.cabal +++ b/gf.cabal @@ -15,6 +15,8 @@ tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.10.4 data-dir: src extra-source-files: + README.md + CHANGELOG.md WebSetup.hs doc/Logos/gf0.png data-files: -- cgit v1.2.3