[commit: ghc] master: gitlab-ci: Bump Darwin boot compiler to 8.6.3 (bcca67d)
git at git.haskell.org
git at git.haskell.org
Fri Dec 14 03:00:05 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/bcca67d584b55d42e7f253a747080030036cd821/ghc
>---------------------------------------------------------------
commit bcca67d584b55d42e7f253a747080030036cd821
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Dec 13 18:00:28 2018 -0500
gitlab-ci: Bump Darwin boot compiler to 8.6.3
>---------------------------------------------------------------
bcca67d584b55d42e7f253a747080030036cd821
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1c19167..6ef2ca8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -88,7 +88,7 @@ validate-x86_64-darwin:
tags:
- x86_64-darwin
variables:
- GHC_VERSION: 8.6.2
+ GHC_VERSION: 8.6.3
MACOSX_DEPLOYMENT_TARGET: "10.7"
# Only Sierra and onwards supports clock_gettime. See #12858
ac_cv_func_clock_gettime: "no"
More information about the ghc-commits
mailing list