From 5d593d3690ec084b4aa237b76806808e238536ab Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 18 Mar 2020 10:54:14 -0700 Subject: [PATCH] install: bump resolver to lts-15.4 --- 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 dc9871788..b1de5ec97 100755 --- a/hledger-install/hledger-install.sh +++ b/hledger-install/hledger-install.sh @@ -56,7 +56,7 @@ HLEDGER_INSTALL_VERSION=202003012 # You can try specifying a different stackage version here, or # commenting out this line to use your current global resolver, # to avoid unnecessary building. -RESOLVER="--resolver=lts-15.1" +RESOLVER="--resolver=lts-15.4" # things to be installed