Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build against multiple versions of GHC #458

Closed
Profpatsch opened this issue Oct 16, 2018 · 2 comments
Closed

Build against multiple versions of GHC #458

Profpatsch opened this issue Oct 16, 2018 · 2 comments

Comments

@Profpatsch
Copy link
Contributor

In addition to testing against multiple versions of bazel (see #452), we should make an effort to be compatible against multiple versions of GHC (especially since there will be a GHC release every six months from now on).

nixpkgs keeps a few ghc package sets around, so it should be easy to run our test suite against them.

@GuillaumeGen
Copy link
Contributor

Is the solution introduced by #1790 sufficient to close it (it tests all the GHC versions listed in

), or do we want also to have a mechanism to test against all GHC versions provide by nixpkgs?

@avdv
Copy link
Member

avdv commented Jan 31, 2024

This is quite related to #1878

Currently we are checking GHC versions 9.2, 9.4, and 9.6 on CI. Support for GHC 9.8 is planned.

@avdv avdv closed this as completed Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants