From 1abe2cdd220a274a42c1e5056af740d965b1a36f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Mon, 28 Aug 2017 10:16:09 +0200 Subject: [PATCH] ci: GHC -7.6 +8.2, update 7.8 to Cabal-1.18.2 --- .gitlab-ci.yml | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0beac30..bce8266 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,6 +38,13 @@ after_script: - ~/.cabal/logs when: always +job-ghc802: + image: registry.gitlab.com/dxld/ghc-mod:ghc8.2.1-cabal-install2.0.0.0 + stage: build + <<: *common_before_script + <<: *common_script + <<: *common_artifacts + job-ghc800: image: registry.gitlab.com/dxld/ghc-mod:ghc8.0.2-cabal-install1.24.0.2 stage: build @@ -53,22 +60,8 @@ job-ghc710: <<: *common_artifacts job-ghc708: - image: registry.gitlab.com/dxld/ghc-mod:ghc7.8.4-cabal-install1.18.1.0 + image: registry.gitlab.com/dxld/ghc-mod:ghc7.8.4-cabal-install1.18.2.0 stage: build <<: *common_before_script <<: *common_script <<: *common_artifacts - - -job-ghc706: - image: registry.gitlab.com/dxld/ghc-mod:ghc7.6.3-cabal-install1.18.1.0 - stage: build - before_script: - - cabal update - - cabal install alex - - cabal install happy - - cp ~/.cabal/bin/{alex,happy} /usr/local/bin - - rm -rf ~/.cabal/{bin,lib,libexec,setup-exe-cache,share,store} ~/.ghc - allow_failure: true - <<: *common_script - <<: *common_artifacts \ No newline at end of file