From c642421fa97201769aac10e4c053db22537fa9c1 Mon Sep 17 00:00:00 2001 From: Thomas Hallgren Date: Thu, 17 Aug 2017 11:58:23 +0200 Subject: [PATCH 1/4] configure.ac: use a Cabal-friendly version number and replace the outdated URL --- src/runtime/c/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/runtime/c/configure.ac b/src/runtime/c/configure.ac index 2af9016de..f52479a5b 100644 --- a/src/runtime/c/configure.ac +++ b/src/runtime/c/configure.ac @@ -1,5 +1,5 @@ -AC_INIT(Portable Grammar Format library, 0.1.pre, - https://code.google.com/p/grammatical-framework/, +AC_INIT(Portable Grammar Format library, 0.1-pre, + http://www.grammaticalframework.org/, libpgf) AC_PREREQ(2.58) From 1318a62da0fd0022969520ce55e9523394aaa1c5 Mon Sep 17 00:00:00 2001 From: Thomas Hallgren Date: Fri, 18 Aug 2017 11:54:13 +0200 Subject: [PATCH 2/4] Home page: update link to PGF library API (Haskell) to point to gf-3.9 in Hackage. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 824dfe23a..d38227c1a 100644 --- a/index.html +++ b/index.html @@ -89,7 +89,7 @@ function sitesearch() {

Develop Applications