imp: install: 1.28

This commit is contained in:
Simon Michael 2022-11-30 19:31:50 -05:00
parent d76e47b586
commit 5733b24cf4

View File

@ -46,13 +46,19 @@ HERE
HLEDGER_INSTALL_TOOL=hledger-install.sh
# this script's version
HLEDGER_INSTALL_VERSION=20220918
HLEDGER_INSTALL_VERSION=20221201
# stackage snapshot to use when installing with stack.
# You can try specifying a different stackage version here, or
# commenting out this line to use your current global resolver,
# to avoid unnecessary building.
RESOLVER="--resolver=nightly-2022-09-01"
RESOLVER="--resolver=lts-20.1"
# any required dependencies that aren't in the stackage resolver above:
EXTRA_DEPS="\
brick-1.5 \
fsnotify-0.4.0.0 \
"
# things to be installed
@ -70,19 +76,15 @@ hledger-stockquotes \
# Latest hledger package versions.
# Don't forget to also bump HLEDGER_INSTALL_VERSION above.
HLEDGER_LIB_VERSION=1.27.1
HLEDGER_VERSION=1.27.1
HLEDGER_UI_VERSION=1.27.1
HLEDGER_WEB_VERSION=1.27.1
HLEDGER_LIB_VERSION=1.28
HLEDGER_VERSION=1.28
HLEDGER_UI_VERSION=1.28
HLEDGER_WEB_VERSION=1.28
# addons:
HLEDGER_IADD_VERSION=1.3.17
HLEDGER_INTEREST_VERSION=1.6.4
HLEDGER_STOCKQUOTES_VERSION=0.1.2.1
# any required dependencies that aren't in the stackage resolver above:
EXTRA_DEPS="\
"
# the oldest version of stack that might possibly work:
# XXX 2.3.1 is doubtful, retest; 2.5.1 ?
STACK_MIN_VERSION=2.3.1