From b5b62ebd97400609d4bedd719577eaf87e4327c4 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 12 Sep 2024 02:49:40 -0700 Subject: [PATCH] ;install: fix installation of hledger-ui --- hledger-install/hledger-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hledger-install/hledger-install.sh b/hledger-install/hledger-install.sh index 1f6913fc4..1a7361d95 100755 --- a/hledger-install/hledger-install.sh +++ b/hledger-install/hledger-install.sh @@ -3,7 +3,7 @@ # This was based on get-stack.sh which was copyright (c) 2015-2017, Stack contributors. # This install script's version. -HLEDGER_INSTALL_VERSION=20240909 +HLEDGER_INSTALL_VERSION=20240912 # Package versions to be installed by this install script. # Keep synced with the tools above. @@ -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="" +STACK_EXTRA_DEPS="brick-1.40" # Tools to be installed by this install script, official tools first. # Keep synced with the package versions below.