From 2856fada75418511bfa2073157199fba15ee77e6 Mon Sep 17 00:00:00 2001 From: Kirill Zaborsky Date: Thu, 24 Jan 2019 09:51:58 +0300 Subject: [PATCH] Exact GHC version for curator 2.0 --- build-constraints.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 3b8cfb0e..ff681820 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1,4 +1,6 @@ ghc-major-version: "8.6" +# new curator is supposed to use exact GHC version +ghc-version: "8.6.3" # This affects which version of the Cabal file format we allow. We # should ensure that this is always no greater than the version