summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2015-06-25 12:10:47 +0000
committerhallgren <hallgren@chalmers.se>2015-06-25 12:10:47 +0000
commit2643f3cee66964d57a6070ff74c3335379e0534a (patch)
tree4e82faabb86aab683891fb98525f0d560c780ab4 /doc
parentc7f18034105beba4a7aad0f835b792080f013559 (diff)
Documentation updates for the release of GF 3.7
Diffstat (limited to 'doc')
-rw-r--r--doc/gf-developers.t2t6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/gf-developers.t2t b/doc/gf-developers.t2t
index da986b8c9..f8c71153e 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 2012.4.0.0 or 2013.2.0.0. Downloads
+the //Haskell Platform//, version 2014.2.0.0 or 2013.2.0.0. Downloads
and installation instructions are available from here:
http://hackage.haskell.org/platform/
@@ -54,7 +54,7 @@ This command should show you which version of GHC you have. If the installation
of the Haskell Platform was successful you should see a message like:
```
-The Glorious Glasgow Haskell Compilation System, version 7.6.3
+The Glorious Glasgow Haskell Compilation System, version 7.8.3
```
Other required tools included in the Haskell Platform are
@@ -463,6 +463,8 @@ the ``INSTALL`` files in those directories.
This was tested on Ubuntu 14.04 for the release of GF 3.6, and the
resulting ``.deb`` packages appears to work on Ubuntu 12.04, 13.10 and 14.04.
+For the release of GF 3.7, we generated ``.deb`` packages on Ubuntu 15.04 and
+tested them on Ubuntu 12.04 and 14.04.
Under Ubuntu, Haskell executables are statically linked against other Haskell
libraries, so the .deb packages are fairly self-contained.