summaryrefslogtreecommitdiff
path: root/doc/gf-developers.t2t
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2013-01-30 16:32:44 +0000
committerhallgren <hallgren@chalmers.se>2013-01-30 16:32:44 +0000
commitd149dd8a585e771b50087d72101409d4ed8372b2 (patch)
tree1ed26d2cba9f0b5093579f5c132664eed5a389ee /doc/gf-developers.t2t
parent3cd71e7c0df28f709c158f2b93be6a0ad40e9878 (diff)
doc/gf-developers.t2t: updated
Diffstat (limited to 'doc/gf-developers.t2t')
-rw-r--r--doc/gf-developers.t2t9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/gf-developers.t2t b/doc/gf-developers.t2t
index 9f87fa946..dc95af1d4 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 2010.2.0.0 or later. Downloads
+the //Haskell Platform//, version 2012.4.0.0. Downloads
and installation instructions are available from here:
http://hackage.haskell.org/platform/
@@ -54,12 +54,13 @@ 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.0.4
+The Glorious Glasgow Haskell Compilation System, version 7.4.2
```
Other required tools included in the Haskell Platform are
-[Cabal http://www.haskell.org/cabal/],
-[Alex http://www.haskell.org/alex/] and
+[Cabal http://www.haskell.org/cabal/]
+%,[Alex http://www.haskell.org/alex/]
+and
[Happy http://www.haskell.org/happy/].
=== Darcs ===