diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2017-06-12 03:08:56 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2017-06-12 03:08:56 +0200 |
commit | c8f7ac80ee152d737220c75a4d9b10211a37ace8 (patch) | |
tree | 0098798db293d9f52960d9f6ed35a998caa415f9 /.gitlab-ci.yml | |
parent | eddd7e4dcbd014030b6c28bc97adf47f7cfad2fb (diff) |
Update and fix support for Cabal HEAD
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 32 |
1 files changed, 26 insertions, 6 deletions
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 |