Skip to content

Commit

Permalink
install: 1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Dec 1, 2022
1 parent 7b58825 commit 082e028
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions hledger-install/hledger-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 082e028

Please sign in to comment.