summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hallgren <th-github@altocumulus.org>2019-04-05 16:38:12 +0200
committerThomas Hallgren <th-github@altocumulus.org>2019-04-05 16:38:12 +0200
commit61e7df4d1ce17602e79ec9ea7ea7f1a5f013c480 (patch)
treed94f666b08f30718e70407248567bd15ce6dce41
parentde53a7c4db1f7b00b6297d796dae6860e3209932 (diff)
Fix outdated comment about which version of the Haskell Platform to use
-rwxr-xr-xbin/build-binary-dist.sh2
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).