diff options
| author | Thomas Hallgren <th-github@altocumulus.org> | 2019-04-05 16:38:12 +0200 |
|---|---|---|
| committer | Thomas Hallgren <th-github@altocumulus.org> | 2019-04-05 16:38:12 +0200 |
| commit | 61e7df4d1ce17602e79ec9ea7ea7f1a5f013c480 (patch) | |
| tree | d94f666b08f30718e70407248567bd15ce6dce41 /bin/build-binary-dist.sh | |
| parent | de53a7c4db1f7b00b6297d796dae6860e3209932 (diff) | |
Fix outdated comment about which version of the Haskell Platform to use
Diffstat (limited to 'bin/build-binary-dist.sh')
| -rwxr-xr-x | bin/build-binary-dist.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build-binary-dist.sh b/bin/build-binary-dist.sh index 053fd1d81..7a0e684bb 100755 --- a/bin/build-binary-dist.sh +++ b/bin/build-binary-dist.sh @@ -2,7 +2,7 @@ ### This script builds a binary distribution of GF from the source ### package that this script is a part of. It assumes that you have installed -### the Haskell Platform, version 2013.2.0.0 or 2012.4.0.0. +### a recent version of the Haskell Platform. ### Two binary package formats are supported: plain tar files (.tar.gz) and ### OS X Installer packages (.pkg). |
