mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
Bump ghc version to 8.6.1 in ./check and ./etc/ci-script.sh
This commit is contained in:
parent
1af9caa233
commit
035d7bf160
2
check
2
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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user