From 64b57da01a476bdb38aede3515855a8abd4d6077 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 11 Mar 2023 14:08:39 -1000 Subject: [PATCH] ;install: bump resolver --- 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 f61eee9c2..1a7d5e863 100755 --- a/hledger-install/hledger-install.sh +++ b/hledger-install/hledger-install.sh @@ -86,7 +86,7 @@ STACK_MIN_VERSION=2.5.1 # You can try specifying a different stackage version here, or # commenting out this line to use your current global resolver, # to avoid unnecessary building. -STACK_RESOLVER="--resolver=lts-20.8" +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.)