aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2017-11-26 19:33:59 +0100
committerDaniel Gröber <dxld@darkboxed.org>2017-11-26 19:33:59 +0100
commitcdef82d6d86ccdf355e4ce5cfd4f3b5382dbe6dd (patch)
treecdc7196118152b9ae8a258b0670dde2989f12caa /.gitlab-ci.yml
parentc4e743c8408ada721e1039d786b69f6e122b28cd (diff)
ci: Upgrade to GHC 8.2.2
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 76f6408..07f1a5d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,8 +1,8 @@
stages:
- build
-job-ghc8.2.1-cabal-install2.0.0.0:
- image: registry.gitlab.com/dxld/ghc-mod:ghc8.2.1-cabal-install2.0.0.0
+job-ghc8.2.2-cabal-install2.0.0.0:
+ image: registry.gitlab.com/dxld/ghc-mod:ghc8.2.2-cabal-install2.0.0.0
stage: build
script: "$CI_PROJECT_DIR/scripts/ci/build.sh"