diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-08-28 15:11:47 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-08-29 04:29:13 -0400 |
commit | fc746e98d8ee7ac22224ba7d7fd1c38e16dfad30 (patch) | |
tree | 2cf092289bac98a09279d7f5b7cd94f21beec116 /.gitlab-ci.yml | |
parent | bf9dfe1ca32270f5e946e0f8ac1bb97184de6e4c (diff) | |
download | haskell-fc746e98d8ee7ac22224ba7d7fd1c38e16dfad30.tar.gz |
gitlab-ci: Fix URL of Darwin's cabal-install tarball
This was inadvertently referring to the cabal-install-latest/ directory
which is volatile.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 79643b4c23..5d3c08e79f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -301,6 +301,7 @@ validate-x86_64-darwin: - x86_64-darwin variables: GHC_VERSION: 8.6.5 + CABAL_INSTALL_VERSION: 2.4.1.0 BIN_DIST_PREP_TAR_COMP: "bindistprep/ghc-x86_64-apple-darwin.tar.xz" MACOSX_DEPLOYMENT_TARGET: "10.7" # Only Sierra and onwards supports clock_gettime. See #12858 |