diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2017-08-19 22:37:24 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2017-08-19 22:37:24 +0200 |
commit | aee2ca4bd9b94201396c3c546dba049ce8876181 (patch) | |
tree | d88a2f9b0fb05599dfe0928a5bea758e236bf9f2 | |
parent | 79ed2e65f03a28883bc0f3e14f488a6d786c4537 (diff) |
gitlab-ci: Build with GHC 8.2
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8994f67..a4858db 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,6 +29,11 @@ after_script: - ./dist/build/spec/spec - cabal haddock +job-ghc8.2.1-cabal-install2.0.0.0: + image: registry.gitlab.com/dxld/ghc-mod:ghc8.2.1-cabal-install2.0.0.0 + stage: build + <<: *common_script + 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 |