aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2018-11-17 15:41:26 +0100
committerDaniel Gröber <dxld@darkboxed.org>2019-01-22 03:06:51 +0100
commitcea2d0fa80adc6720492fca8b84ac65ec302c6dd (patch)
treec8426d2c02a08a99631562a4ed2fa242201bdb09
parent79d649042190f6e67e473c6ea13062dee8e1010a (diff)
ci: Upgrade to cabal-install-2.4.0.0 everywhere
This is so we get the 'pkg-src' field in plan.json.
-rw-r--r--.gitlab-ci.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 18663b7..94d5497 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,22 +11,22 @@ job-ghc8.6.2-cabal-install2.4.0.0:
stage: build
script: "$CI_PROJECT_DIR/scripts/ci/build.sh"
-job-ghc8.4.4-cabal-install2.2.0.0:
- image: registry.gitlab.com/dxld/ghc-mod:ghc8.4.4-cabal-install2.2.0.0
+job-ghc8.4.4-cabal-install2.4.0.0:
+ image: registry.gitlab.com/dxld/ghc-mod:ghc8.4.4-cabal-install2.4.0.0
stage: build
script: "$CI_PROJECT_DIR/scripts/ci/build.sh"
-job-ghc8.2.2-cabal-install2.2.0.0:
- image: registry.gitlab.com/dxld/ghc-mod:ghc8.2.2-cabal-install2.2.0.0
+job-ghc8.2.2-cabal-install2.4.0.0:
+ image: registry.gitlab.com/dxld/ghc-mod:ghc8.2.2-cabal-install2.4.0.0
stage: build
script: "$CI_PROJECT_DIR/scripts/ci/build.sh"
-job-ghc8.0.2-cabal-install2.2.0.0:
- image: registry.gitlab.com/dxld/ghc-mod:ghc8.0.2-cabal-install2.2.0.0
+job-ghc8.0.2-cabal-install2.4.0.0:
+ image: registry.gitlab.com/dxld/ghc-mod:ghc8.0.2-cabal-install2.4.0.0
stage: build
script: "$CI_PROJECT_DIR/scripts/ci/build.sh"
-job-ghc7.10.3-cabal-install2.2.0.0:
- image: registry.gitlab.com/dxld/ghc-mod:ghc7.10.3-cabal-install2.2.0.0
+job-ghc7.10.3-cabal-install2.4.0.0:
+ image: registry.gitlab.com/dxld/ghc-mod:ghc7.10.3-cabal-install2.4.0.0
stage: build
script: "$CI_PROJECT_DIR/scripts/ci/build.sh"