summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-04-13 11:42:23 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-04-18 13:21:05 -0400
commit2ee96ac1aa2cbff4e70bc45988930d64599029f2 (patch)
tree587649cc512c68c47b73624e1efa8f9ac5ae1695 /.gitlab-ci.yml
parent84cc8394d075cea236faa0bcd9ef0a84de89ee8c (diff)
downloadhaskell-2ee96ac1aa2cbff4e70bc45988930d64599029f2.tar.gz
gitlab-ci: Bump FreeBSD bootstrap compiler to 8.10.1
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e830ea1565..be5ce495a4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -317,8 +317,8 @@ hadrian-ghc-in-ghci:
# porting guide [1].
# [1] https://www.freebsd.org/doc/en/books/porters-handbook/using-iconv.html)
CONFIGURE_ARGS: "--with-gmp-includes=/usr/local/include --with-gmp-libraries=/usr/local/lib --with-iconv-includes=/usr/local/include --with-iconv-libraries=/usr/local/lib"
- GHC_VERSION: 8.6.3
- CABAL_INSTALL_VERSION: 3.0.0.0
+ GHC_VERSION: 8.10.1
+ CABAL_INSTALL_VERSION: 3.2.0.0
BIN_DIST_PREP_TAR_COMP: "ghc-x86_64-portbld-freebsd.tar.xz"
TEST_ENV: "x86_64-freebsd"
BUILD_FLAVOUR: "validate"