;install: bump to stackage lts-21
This commit is contained in:
parent
f4508e73d3
commit
bed4c1129a
@ -13,7 +13,7 @@ set -o pipefail
|
|||||||
HLEDGER_INSTALL_TOOL=hledger-install.sh
|
HLEDGER_INSTALL_TOOL=hledger-install.sh
|
||||||
|
|
||||||
# This install script's version.
|
# This install script's version.
|
||||||
HLEDGER_INSTALL_VERSION=20230602
|
HLEDGER_INSTALL_VERSION=20230620
|
||||||
|
|
||||||
# Tools to be installed by this install script, official tools first.
|
# Tools to be installed by this install script, official tools first.
|
||||||
# Keep synced with the package versions below.
|
# 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
|
# You can try specifying a different stackage version here, or
|
||||||
# commenting out this line to use your current global resolver,
|
# commenting out this line to use your current global resolver,
|
||||||
# to avoid unnecessary building.
|
# 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.
|
# Dependencies we require that aren't in the above stackage snapshot.
|
||||||
# (Also requested when using cabal, but that's harmless.)
|
# (Also requested when using cabal, but that's harmless.)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user