diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-02-22 18:57:26 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-02-26 15:10:09 -0500 |
commit | e0d09db377bcb3d4caef2abe9db0cac36811d740 (patch) | |
tree | 9fa3e337ddf26531c1df25761e0351f6de5f5eeb /.gitlab-ci.yml | |
parent | 161e08c5d85d7ee7f731db31481cd818480f07a7 (diff) | |
download | haskell-e0d09db377bcb3d4caef2abe9db0cac36811d740.tar.gz |
gitlab-ci: Use 8.8.3 to bootstrap on Windows
This should fix #17861.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0772f627e7..6c41d614e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -786,7 +786,7 @@ validate-x86_64-linux-fedora27: LANG: "en_US.UTF-8" SPHINXBUILD: "/mingw64/bin/sphinx-build.exe" CABAL_INSTALL_VERSION: 3.0.0.0 - GHC_VERSION: "8.6.5" + GHC_VERSION: "8.8.3" cache: paths: - cabal-cache |