From 0298a953e743a1847fc42752df2a928bd0102f56 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 24 Jan 2023 11:18:48 -1000 Subject: [PATCH] imp: install: bump minimum stack version to 2.5.1 (a guess) --- hledger-install/hledger-install.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/hledger-install/hledger-install.sh b/hledger-install/hledger-install.sh index 24f0c65d9..6570f4ea3 100755 --- a/hledger-install/hledger-install.sh +++ b/hledger-install/hledger-install.sh @@ -85,10 +85,8 @@ HLEDGER_WEB_VERSION=1.28 HLEDGER_INTEREST_VERSION=1.6.5 HLEDGER_STOCKQUOTES_VERSION=0.1.2.1 -# the oldest version of stack that might possibly work: -# XXX 2.3.1 is doubtful, retest; 2.5.1 ? -STACK_MIN_VERSION=2.3.1 - +# the oldest version of stack that might possibly work: perhaps 2.5.1 +STACK_MIN_VERSION=2.5.1 # start of (most of) get-stack.sh, https://github.com/commercialhaskell/stack/blob/master/etc/scripts/get-stack.sh