Bump ghc in build-constraints and check script to 8.4.1

This commit is contained in:
Dan Burton 2018-03-08 17:28:47 -08:00
parent c0b33a9aec
commit 948f3f9ad6
No known key found for this signature in database
GPG Key ID: 41F154F410EC12E0
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
ghc-major-version: "8.2"
ghc-major-version: "8.4"
# This affects which version of the Cabal file format we allow. We
# should ensure that this is always no greater than the version

2
check
View File

@ -3,4 +3,4 @@
# Convenience script for checking constraints locally
cd `dirname $0`
exec stack exec --resolver ghc-8.2.2 stackage-curator check
exec stack exec --resolver ghc-8.4.1 stackage-curator check