From 61e7df4d1ce17602e79ec9ea7ea7f1a5f013c480 Mon Sep 17 00:00:00 2001 From: Thomas Hallgren Date: Fri, 5 Apr 2019 16:38:12 +0200 Subject: [PATCH] Fix outdated comment about which version of the Haskell Platform to use --- bin/build-binary-dist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).