Skip to content
Snippets Groups Projects
Commit 1c9f03ed authored by Matthew Pickering's avatar Matthew Pickering
Browse files

Drop support for ghc-9.0

The policy laid out in the README explains that we support HEAD and the
most recent stable release.
parent 0b2fe959
No related branches found
No related tags found
1 merge request!195Drop support for ghc-9.0
Pipeline #44843 passed
......@@ -10,7 +10,7 @@
# cabal v2-build builds and preserves their results.
#
# The compiler to be tested can be taken from a number of sources. The
# build-master, build-9.0, and build-9.2 jobs form the validation pipeline of the
# build-master and build-9.2 jobs form the validation pipeline of the
# head.hackage repository. In addition, other GitLab projects (e.g. ghc/ghc>)
# can trigger a multi-project pipeline, specifying a GHC binary distribution
# via either the GHC_TARBALL or UPSTREAM_* variables.
......@@ -94,17 +94,6 @@ build-master:
when: never
- when: always
# Build against the 9.0 branch
build-9.0:
extends: .build
variables:
GHC_TARBALL: "https://gitlab.haskell.org/api/v4/projects/1/jobs/artifacts/ghc-9.0/raw/ghc-x86_64-fedora27-linux.tar.xz?job=validate-x86_64-linux-fedora27"
EXTRA_HC_OPTS: "-dcore-lint"
rules:
- if: '$UPSTREAM_COMMIT_SHA || $UPSTREAM_PIPELINE_ID'
when: never
- when: always
# Build against the 9.2 branch
build-9.2:
extends: .build
......
......@@ -10,7 +10,7 @@ existing Hackage package(s).
you submit a PR).
- The patches SHOULD work with at least GHC HEAD and the most recent
stable released GHC version (currently this means with GHC 9.0, GHC 9.2, and
stable released GHC version (currently this means with GHC 9.2 and
GHC 9.3).
- The patches SHOULD ideally result in the same code being compiled,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment