From 70c349cd1ea154b6aec9667e46ba57c707d8346f Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 2 Sep 2019 14:50:37 -0700 Subject: [PATCH] ;install: bump resolver down to lts-14.3 to avoid 14.4 404 issue [ci skip] --- 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 06f479d7c..f9423977b 100755 --- a/hledger-install/hledger-install.sh +++ b/hledger-install/hledger-install.sh @@ -56,7 +56,7 @@ HLEDGER_INSTALL_VERSION=20190902 # 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.4" +RESOLVER="--resolver=lts-14.3" # things to be installed