aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2019-01-26 02:46:42 +0100
committerDaniel Gröber <dxld@darkboxed.org>2019-01-26 18:45:52 +0100
commitdc9b3d9d065e0b038cedb9afacd98adf6acc77b2 (patch)
tree3ca7cadf58416b1f0cc3fbca726aca069ac5d17f
parent74ff66fe9997853265071ae99b32f6dd6525f605 (diff)
ci: Upgrade images for cabal-install 2.4.1.0
-rw-r--r--.gitlab-ci.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 94d5497..fea3dd1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,27 +6,27 @@ before_script:
- rm -rf ~/.cabal/store
- ln -s /cache/store ~/.cabal/store
-job-ghc8.6.2-cabal-install2.4.0.0:
- image: registry.gitlab.com/dxld/ghc-mod:ghc8.6.2-cabal-install2.4.0.0
+job-ghc8.6.3-cabal-install2.4.1.0:
+ image: registry.gitlab.com/dxld/ghc-mod:ghc8.6.3-cabal-install2.4.1.0
stage: build
script: "$CI_PROJECT_DIR/scripts/ci/build.sh"
-job-ghc8.4.4-cabal-install2.4.0.0:
- image: registry.gitlab.com/dxld/ghc-mod:ghc8.4.4-cabal-install2.4.0.0
+job-ghc8.4.4-cabal-install2.4.1.0:
+ image: registry.gitlab.com/dxld/ghc-mod:ghc8.4.4-cabal-install2.4.1.0
stage: build
script: "$CI_PROJECT_DIR/scripts/ci/build.sh"
-job-ghc8.2.2-cabal-install2.4.0.0:
- image: registry.gitlab.com/dxld/ghc-mod:ghc8.2.2-cabal-install2.4.0.0
+job-ghc8.2.2-cabal-install2.4.1.0:
+ image: registry.gitlab.com/dxld/ghc-mod:ghc8.2.2-cabal-install2.4.1.0
stage: build
script: "$CI_PROJECT_DIR/scripts/ci/build.sh"
-job-ghc8.0.2-cabal-install2.4.0.0:
- image: registry.gitlab.com/dxld/ghc-mod:ghc8.0.2-cabal-install2.4.0.0
+job-ghc8.0.2-cabal-install2.4.1.0:
+ image: registry.gitlab.com/dxld/ghc-mod:ghc8.0.2-cabal-install2.4.1.0
stage: build
script: "$CI_PROJECT_DIR/scripts/ci/build.sh"
-job-ghc7.10.3-cabal-install2.4.0.0:
- image: registry.gitlab.com/dxld/ghc-mod:ghc7.10.3-cabal-install2.4.0.0
+job-ghc7.10.3-cabal-install2.4.1.0:
+ image: registry.gitlab.com/dxld/ghc-mod:ghc7.10.3-cabal-install2.4.1.0
stage: build
script: "$CI_PROJECT_DIR/scripts/ci/build.sh"