From 0751536d255cddc80513283f57f6c8f9f85f85d5 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 2 Sep 2020 12:33:38 -0700 Subject: [PATCH] install: bump minimum stack version to 2.3.1 --- hledger-install/hledger-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger-install/hledger-install.sh b/hledger-install/hledger-install.sh index 44aa362b0..86d9c16f9 100755 --- a/hledger-install/hledger-install.sh +++ b/hledger-install/hledger-install.sh @@ -94,7 +94,7 @@ EXTRA_DEPS="\ # megaparsec-7.0.4 \ # the oldest version of stack that might work: -STACK_MIN_VERSION=1.9.1 +STACK_MIN_VERSION=2.3.1