Skip to content
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.

Commit

Permalink
ci: Upgrade to cabal-install-2.4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielG committed Dec 7, 2018
1 parent e990784 commit a7c8694
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,21 @@ after_script:
when: always

job-ghc802:
image: registry.gitlab.com/dxld/ghc-mod:ghc8.2.2-cabal-install2.0.0.1
image: registry.gitlab.com/dxld/ghc-mod:ghc8.2.2-cabal-install2.4.0.0
stage: build
<<: *common_before_script
<<: *common_script
<<: *common_artifacts

job-ghc800:
image: registry.gitlab.com/dxld/ghc-mod:ghc8.0.2-cabal-install2.0.0.1
image: registry.gitlab.com/dxld/ghc-mod:ghc8.0.2-cabal-install2.4.0.0
stage: build
<<: *common_before_script
<<: *common_script
<<: *common_artifacts

job-ghc710:
image: registry.gitlab.com/dxld/ghc-mod:ghc7.10.3-cabal-install2.0.0.1
image: registry.gitlab.com/dxld/ghc-mod:ghc7.10.3-cabal-install2.4.0.0
stage: build
<<: *common_before_script
<<: *common_script
Expand Down

0 comments on commit a7c8694

Please sign in to comment.