From 952c2728f88b7b398108e0d5e434d9cbe11f5fbe Mon Sep 17 00:00:00 2001 From: Brian Wignall Date: Fri, 18 Oct 2019 13:52:34 -0400 Subject: [PATCH] Make resolver in hledger-install.sh consistent with that in stack.yaml --- 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 ca8d2e518..c984ec412 100755 --- a/hledger-install/hledger-install.sh +++ b/hledger-install/hledger-install.sh @@ -56,7 +56,7 @@ HLEDGER_INSTALL_VERSION=20190905 # 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-14.3" +RESOLVER="--resolver=lts-14.4" # things to be installed