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

Come up with a better way of excluding packages that can't build on a particular GHC #174

Open
michaelpj opened this issue Mar 24, 2023 · 2 comments
Labels

Comments

@michaelpj
Copy link
Contributor

This is very common, and we're likely to be in situations where most packages won't build with that version, e.g. when we do https://github.com/input-output-hk/cardano-haskell-packages/issues/173.

So we want some way of doing this that doesn't require manually listing out every version that doesn't work!

@michaelpj michaelpj added the CI label Mar 27, 2023
@coot
Copy link
Contributor

coot commented May 23, 2023

We could check the tested-with cabal meta data.

@michaelpj
Copy link
Contributor Author

Yeah, that could potentially work. Also we can fix that up with metadata revisions, which is nice. I don't know if we have a nice way to read it, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants