From c8f7ac80ee152d737220c75a4d9b10211a37ace8 Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Mon, 12 Jun 2017 03:08:56 +0200 Subject: Update and fix support for Cabal HEAD --- .gitlab-ci.yml | 32 ++++++++++++++++++++++++++------ 1 file changed, 26 insertions(+), 6 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1a50ca3..1134f77 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,17 +28,37 @@ after_script: - ./dist/build/spec/spec - cabal haddock -job-ghc801: - image: haskell:8.0.1 +job-ghc8.0.2-cabal-install1.24.0.2: + image: registry.gitlab.com/dxld/ghc-mod:ghc8.0.2-cabal-install1.24.0.2 stage: build <<: *common_script -job-ghc710: - image: haskell:7.10.3 +job-ghc8.0.1-cabal-install1.24.0.0: + image: registry.gitlab.com/dxld/ghc-mod:ghc8.0.1-cabal-install1.24.0.0 stage: build <<: *common_script -job-ghc708: - image: haskell:7.8.4 +job-ghc7.10.3-cabal-install1.22.8.0: + image: registry.gitlab.com/dxld/ghc-mod:ghc7.10.3-cabal-install1.22.8.0 + stage: build + <<: *common_script + +job-ghc7.10.3-cabal-install1.22.5.0: + image: registry.gitlab.com/dxld/ghc-mod:ghc7.10.3-cabal-install1.22.5.0 + stage: build + <<: *common_script + +job-ghc7.8.4-cabal-install1.18.1.0: + image: registry.gitlab.com/dxld/ghc-mod:ghc7.8.4-cabal-install1.18.1.0 + stage: build + <<: *common_script + +job-ghc7.6.3-cabal-install1.18.1.0: + image: registry.gitlab.com/dxld/ghc-mod:ghc7.6.3-cabal-install1.18.1.0 + stage: build + <<: *common_script + +job-ghc7.6.3-cabal-install1.16.1.0: + image: registry.gitlab.com/dxld/ghc-mod:ghc7.6.3-cabal-install1.16.1.0 stage: build <<: *common_script -- cgit v1.2.3