aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml32
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