From c2303fe52222e568199469e3588fbff71289aab7 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 12 Sep 2024 02:51:55 -0700 Subject: [PATCH] ;install: fix installation of hledger-ui, 2 --- hledger-install/hledger-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger-install/hledger-install.sh b/hledger-install/hledger-install.sh index 1a7361d95..a2baf628d 100755 --- a/hledger-install/hledger-install.sh +++ b/hledger-install/hledger-install.sh @@ -30,7 +30,7 @@ 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.." # (one line, don't break interpolation in commands below). -STACK_EXTRA_DEPS="brick-1.40" +STACK_EXTRA_DEPS="brick-2.4" # Tools to be installed by this install script, official tools first. # Keep synced with the package versions below.