From 8ea30463ed967bbf63eab5817b30e37f544aec94 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 11 Mar 2023 14:13:00 -1000 Subject: [PATCH] ;install: fix more brokenness --- 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 7e0e1bcaa..32b8eb70e 100755 --- a/hledger-install/hledger-install.sh +++ b/hledger-install/hledger-install.sh @@ -91,7 +91,7 @@ STACK_RESOLVER="--resolver=lts-20.13" # Dependencies we require that aren't in the above stackage snapshot. # (Also requested when using cabal, but that's harmless.) # Be careful not to break interpolation in commands below, check with bash - -STACK_EXTRA_DEPS"brick-1.6 fsnotify-0.4.1.0" +STACK_EXTRA_DEPS="brick-1.6 fsnotify-0.4.1.0" #TODO? https://github.com/commercialhaskell/stack/issues/3055 https://github.com/haskell/hackage-security/issues/187 #Updating package index Hackage (mirrored at https://s3.amazonaws.com/hackage.fpcomplete.com/) ...