From 035d7bf160ea227b76f56da6694c41fe5b273c66 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 29 Sep 2018 14:55:56 -0500 Subject: [PATCH] Bump ghc version to 8.6.1 in ./check and ./etc/ci-script.sh --- check | 2 +- etc/ci-script.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/check b/check index aee033e9..7c0440a4 100755 --- a/check +++ b/check @@ -3,4 +3,4 @@ # Convenience script for checking constraints locally cd `dirname $0` -exec stack exec --resolver ghc-8.4.3 stackage-curator check +exec stack exec --resolver ghc-8.6.1 stackage-curator check diff --git a/etc/ci-script.sh b/etc/ci-script.sh index 12d1853c..27c860e0 100755 --- a/etc/ci-script.sh +++ b/etc/ci-script.sh @@ -2,7 +2,7 @@ set -euxo pipefail -export GHCVER=8.4.3 +export GHCVER=8.6.1 # Download and unpack the stack executable mkdir -p ~/.local/bin