From 4c514b2fad54c4c3f7c0cde843fa2065f98d9905 Mon Sep 17 00:00:00 2001 From: hallgren Date: Fri, 17 Jun 2016 10:09:25 +0000 Subject: [PATCH] Documentation updates Remove ghc-7.4 from the list of tested/recommended versions of GHC (because of Hackage dependency problems). Recommend version 7.10.3 of the Haskell Platform. (GHC 8.0.1 works too, but I haven't tested the corresponding Haskell Platform packages.) --- doc/gf-developers.t2t | 2 +- download/index-next.t2t | 2 +- gf.cabal | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/gf-developers.t2t b/doc/gf-developers.t2t index 021c13b98..43e2143fc 100644 --- a/doc/gf-developers.t2t +++ b/doc/gf-developers.t2t @@ -40,7 +40,7 @@ web sites, as described below. === The Haskell Platform === GF is written in Haskell, so first of all you need -the //Haskell Platform//, version 2014.2.0.0 or 2013.2.0.0. Downloads +the //Haskell Platform//, e.g. version 7.10.3. Downloads and installation instructions are available from here: http://hackage.haskell.org/platform/ diff --git a/download/index-next.t2t b/download/index-next.t2t index 45b2cec49..d4e67874b 100644 --- a/download/index-next.t2t +++ b/download/index-next.t2t @@ -115,7 +115,7 @@ manually. Here is one way to do this: **Note 2**. The GF source code has been updated to compile with GHC 8.0.1. Using older -versions of GHC (7.10.3, 7.10.2, 7.8, 7.6, 7.4) should work too. +versions of GHC (7.10.3, 7.10.2, 7.8, 7.6) should work too. === Known problems === diff --git a/gf.cabal b/gf.cabal index 20b100d99..dc8f63549 100644 --- a/gf.cabal +++ b/gf.cabal @@ -11,7 +11,7 @@ description: GF, Grammatical Framework, is a programming language for multilingu homepage: http://www.grammaticalframework.org/ bug-reports: http://code.google.com/p/grammatical-framework/issues/list maintainer: Thomas Hallgren -tested-with: GHC==7.4.2, GHC==7.6.3, GHC==7.8.3, GHC==7.10.2, GHC==8.0.1 +tested-with: GHC==7.6.3, GHC==7.8.3, GHC==7.10.2, GHC==8.0.1 data-dir: src data-files: tools/gf.el