From 948f3f9ad650f5ee8d0b9d73ff1b8d8b30e2df8f Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Thu, 8 Mar 2018 17:28:47 -0800 Subject: [PATCH] Bump ghc in build-constraints and check script to 8.4.1 --- build-constraints.yaml | 2 +- check | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 59c149f1..eac27e89 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -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 diff --git a/check b/check index 4189690a..24bd97ad 100755 --- a/check +++ b/check @@ -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