diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2018-10-27 03:58:36 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2018-10-27 18:45:24 +0200 |
commit | 73cfb44be49a143d5b0d8fe0e42364d1748a206e (patch) | |
tree | 3034779038bc3d51b8aeb482305e5961b097036a /.gitlab-ci.yml | |
parent | b95097d0307570a82ab83f78906a6650942c64ad (diff) |
Drop GHC 7.8 support
Unfortunately we need process-1.2.3.0 for 'readCreateProcess' replacing it for
7.8 is just too much effort.
For testing's sake GHC 7.10 can still build Cabal-1.18.* but not 1.20, seems to
just need a hackage revision though. Just disable 1.20 for now. I don't think
anyone really still uses that.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7219384..7fffc64 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,8 +25,3 @@ job-ghc7.10.3-cabal-install2.0.0.0: image: registry.gitlab.com/dxld/ghc-mod:ghc7.10.3-cabal-install2.0.0.0 stage: build script: "$CI_PROJECT_DIR/scripts/ci/build.sh" - -job-ghc7.8.4-cabal-install2.0.0.0: - image: registry.gitlab.com/dxld/ghc-mod:ghc7.8.4-cabal-install2.0.0.0 - stage: build - script: "$CI_PROJECT_DIR/scripts/ci/build.sh" |