install: bump stackage resolver to lts-9
[ci skip]
This commit is contained in:
parent
f4616a275b
commit
e0d9efeb86
@ -40,11 +40,11 @@ HERE
|
|||||||
HLEDGER_INSTALL_TOOL=hledger-install.sh
|
HLEDGER_INSTALL_TOOL=hledger-install.sh
|
||||||
# ^ this script's name (can't use $0 when it's piped into bash)
|
# ^ this script's name (can't use $0 when it's piped into bash)
|
||||||
HLEDGER_INSTALL_VERSION=20170727
|
HLEDGER_INSTALL_VERSION=20170727
|
||||||
RESOLVER="--resolver=lts-8"
|
RESOLVER="--resolver=lts-9"
|
||||||
# ^ lts-8 selects the latest lts-8.x snapshot for stack. You can specify another,
|
# ^ lts-9 selects the latest lts-9.x snapshot from stackage. You can specify another,
|
||||||
# or comment out this line to use your current global resolver, which might
|
# or comment out this line to use your current global resolver, which might
|
||||||
# avoid some unnecessary building. lts-6 or 7 probably require tweaking the
|
# avoid some unnecessary building. OSX Sierra+ requires at least lts-8.0.
|
||||||
# hledger install commands below. OSX Sierra+ requires at least lts-8.0+.
|
# lts-6 or 7 probably require tweaking the hledger install commands below.
|
||||||
HLEDGER_VERSION=1.3
|
HLEDGER_VERSION=1.3
|
||||||
HLEDGER_DIFF_VERSION=0.2.0.10
|
HLEDGER_DIFF_VERSION=0.2.0.10
|
||||||
HLEDGER_IADD_VERSION=1.2.3
|
HLEDGER_IADD_VERSION=1.2.3
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user