diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2018-10-27 17:51:57 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2018-10-27 19:53:16 +0200 |
commit | 635ffcaad47847ac5a5837ad10123c8bea7f2917 (patch) | |
tree | 81822610153fb433db7898b7ee8da4a735c9cae7 | |
parent | 73cfb44be49a143d5b0d8fe0e42364d1748a206e (diff) |
ci: Upgrade to GHC 8.4.4 and cabal-install 2.2
-rw-r--r-- | .gitlab-ci.yml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7fffc64..5e8b6a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,22 +6,22 @@ before_script: - rm -rf ~/.cabal/store - ln -s /cache/store ~/.cabal/store -job-ghc8.4.3-cabal-install2.2.0.0: - image: registry.gitlab.com/dxld/ghc-mod:ghc8.4.3-cabal-install2.2.0.0 +job-ghc8.4.4-cabal-install2.2.0.0: + image: registry.gitlab.com/dxld/ghc-mod:ghc8.4.4-cabal-install2.2.0.0 stage: build script: "$CI_PROJECT_DIR/scripts/ci/build.sh" -job-ghc8.2.2-cabal-install2.0.0.0: - image: registry.gitlab.com/dxld/ghc-mod:ghc8.2.2-cabal-install2.0.0.0 +job-ghc8.2.2-cabal-install2.2.0.0: + image: registry.gitlab.com/dxld/ghc-mod:ghc8.2.2-cabal-install2.2.0.0 stage: build script: "$CI_PROJECT_DIR/scripts/ci/build.sh" -job-ghc8.0.2-cabal-install2.0.0.0: - image: registry.gitlab.com/dxld/ghc-mod:ghc8.0.2-cabal-install2.0.0.0 +job-ghc8.0.2-cabal-install2.2.0.0: + image: registry.gitlab.com/dxld/ghc-mod:ghc8.0.2-cabal-install2.2.0.0 stage: build script: "$CI_PROJECT_DIR/scripts/ci/build.sh" -job-ghc7.10.3-cabal-install2.0.0.0: - image: registry.gitlab.com/dxld/ghc-mod:ghc7.10.3-cabal-install2.0.0.0 +job-ghc7.10.3-cabal-install2.2.0.0: + image: registry.gitlab.com/dxld/ghc-mod:ghc7.10.3-cabal-install2.2.0.0 stage: build script: "$CI_PROJECT_DIR/scripts/ci/build.sh" |