summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@well-typed.com>2020-04-11 19:54:18 -0400
committerBen Gamari <ben@well-typed.com>2020-04-11 19:54:18 -0400
commitd10705f7eadaddfffa78ebd7d38538a4b9e112a3 (patch)
tree418a7f021286836c8d50f15b1f0439e1fb86759e
parentbcafaa82a0223afd5d103e052ab9a097a676e5ea (diff)
downloadhaskell-wip/bump-freebsd-boot.tar.gz
gitlab-ci: Bump FreeBSD bootstrap compilerwip/bump-freebsd-boot
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e830ea1565..493770d56a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -317,7 +317,7 @@ 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
+ GHC_VERSION: 8.10.1
CABAL_INSTALL_VERSION: 3.0.0.0
BIN_DIST_PREP_TAR_COMP: "ghc-x86_64-portbld-freebsd.tar.xz"
TEST_ENV: "x86_64-freebsd"