Skip to content

Commit

Permalink
install: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Sep 5, 2024
1 parent 969cabb commit 494a653
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions hledger-install/hledger-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,29 @@
# This was based on get-stack.sh which was copyright (c) 2015-2017, Stack contributors.

# This install script's version.
HLEDGER_INSTALL_VERSION=20240810
HLEDGER_INSTALL_VERSION=20240906

# Package versions to be installed by this install script.
# Keep synced with the tools above.
# When changing remember to also bump HLEDGER_INSTALL_VERSION.
# Official:
HLEDGER_LIB_VERSION=1.34
HLEDGER_VERSION=1.34
HLEDGER_UI_VERSION=1.34
HLEDGER_WEB_VERSION=1.34
HLEDGER_LIB_VERSION=1.40
HLEDGER_VERSION=1.40
HLEDGER_UI_VERSION=1.40
HLEDGER_WEB_VERSION=1.40
# Third-party:
HLEDGER_IADD_VERSION=1.3.21
HLEDGER_INTEREST_VERSION=1.6.6
HLEDGER_EDIT_VERSION=1.14.0
HLEDGER_PLOT_VERSION=1.14.0
HLEDGER_LOTS_VERSION=0.4.2
PRICEHIST_VERSION=1.4.6
PRICEHIST_VERSION=1.4.9

# 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.
STACKAGE_SNAPSHOT=nightly-2024-08-08
STACKAGE_SNAPSHOT=nightly-2024-09-04

# If nny required haskell dependencies aren't in the above stackage snapshot,
# list them here in this format: "PKG1-VER1 PKG2-VER2.."
Expand Down

0 comments on commit 494a653

Please sign in to comment.