install: bump versions

This commit is contained in:
Simon Michael 2024-09-05 22:43:32 +01:00
parent 08a356a7cb
commit 53373d9620

View File

@ -3,29 +3,29 @@
# This was based on get-stack.sh which was copyright (c) 2015-2017, Stack contributors. # This was based on get-stack.sh which was copyright (c) 2015-2017, Stack contributors.
# This install script's version. # This install script's version.
HLEDGER_INSTALL_VERSION=20240810 HLEDGER_INSTALL_VERSION=20240906
# Package versions to be installed by this install script. # Package versions to be installed by this install script.
# Keep synced with the tools above. # Keep synced with the tools above.
# When changing remember to also bump HLEDGER_INSTALL_VERSION. # When changing remember to also bump HLEDGER_INSTALL_VERSION.
# Official: # Official:
HLEDGER_LIB_VERSION=1.34 HLEDGER_LIB_VERSION=1.40
HLEDGER_VERSION=1.34 HLEDGER_VERSION=1.40
HLEDGER_UI_VERSION=1.34 HLEDGER_UI_VERSION=1.40
HLEDGER_WEB_VERSION=1.34 HLEDGER_WEB_VERSION=1.40
# Third-party: # Third-party:
HLEDGER_IADD_VERSION=1.3.21 HLEDGER_IADD_VERSION=1.3.21
HLEDGER_INTEREST_VERSION=1.6.6 HLEDGER_INTEREST_VERSION=1.6.6
HLEDGER_EDIT_VERSION=1.14.0 HLEDGER_EDIT_VERSION=1.14.0
HLEDGER_PLOT_VERSION=1.14.0 HLEDGER_PLOT_VERSION=1.14.0
HLEDGER_LOTS_VERSION=0.4.2 HLEDGER_LOTS_VERSION=0.4.2
PRICEHIST_VERSION=1.4.6 PRICEHIST_VERSION=1.4.9
# stackage snapshot to use when installing with stack. # stackage snapshot to use when installing with stack.
# 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.
STACKAGE_SNAPSHOT=nightly-2024-08-08 STACKAGE_SNAPSHOT=nightly-2024-09-04
# If nny required haskell dependencies aren't in the above stackage snapshot, # If nny required haskell dependencies aren't in the above stackage snapshot,
# list them here in this format: "PKG1-VER1 PKG2-VER2.." # list them here in this format: "PKG1-VER1 PKG2-VER2.."