Bump ghc version to 8.6.1 in ./check and ./etc/ci-script.sh

This commit is contained in:
Dan Burton 2018-09-29 14:55:56 -05:00 committed by Mihai Maruseac
parent 1af9caa233
commit 035d7bf160
2 changed files with 2 additions and 2 deletions

2
check
View File

@ -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

View File

@ -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