From bed4c1129a558e4c2fb0533e10f9773f35d2f2bd Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 20 Jun 2023 19:37:26 -1000 Subject: [PATCH] ;install: bump to stackage lts-21 --- 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 bb1282d56..2c8c916d3 100755 --- a/hledger-install/hledger-install.sh +++ b/hledger-install/hledger-install.sh @@ -13,7 +13,7 @@ set -o pipefail HLEDGER_INSTALL_TOOL=hledger-install.sh # This install script's version. -HLEDGER_INSTALL_VERSION=20230602 +HLEDGER_INSTALL_VERSION=20230620 # Tools to be installed by this install script, official tools first. # Keep synced with the package versions below. @@ -95,7 +95,7 @@ STACK_MIN_VERSION=2.5.1 # You can try specifying a different stackage version here, or # commenting out this line to use your current global resolver, # to avoid unnecessary building. -STACK_RESOLVER="--resolver=nightly-2023-05-31" +STACK_RESOLVER="--resolver=lts-21.0" # Dependencies we require that aren't in the above stackage snapshot. # (Also requested when using cabal, but that's harmless.)