From 6ccda549b0d9dd4ae0d1d2c92c035d31edd96514 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 12 Feb 2020 13:48:59 -0800 Subject: [PATCH] install: bump minimum stack version to 1.9.1 1.7.1 fails with deps using newer cabal file syntax I believe. [ci skip] --- hledger-install/hledger-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hledger-install/hledger-install.sh b/hledger-install/hledger-install.sh index 29ebb4bf8..6ec8149f9 100755 --- a/hledger-install/hledger-install.sh +++ b/hledger-install/hledger-install.sh @@ -50,7 +50,7 @@ HERE HLEDGER_INSTALL_TOOL=hledger-install.sh # this script's version -HLEDGER_INSTALL_VERSION=20200114 +HLEDGER_INSTALL_VERSION=20200212 # stackage snapshot to use when installing with stack. # You can try specifying a different stackage version here, or @@ -94,7 +94,7 @@ EXTRA_DEPS="\ # megaparsec-7.0.4 \ # the oldest version of stack that might work: -STACK_MIN_VERSION=1.7.1 +STACK_MIN_VERSION=1.9.1