cardano-haskell-packages icon indicating copy to clipboard operation
cardano-haskell-packages copied to clipboard

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

Open michaelpj opened this issue 2 years ago • 2 comments

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 avatar Mar 24 '23 11:03 michaelpj

We could check the tested-with cabal meta data.

coot avatar May 23 '23 06:05 coot

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.

michaelpj avatar May 24 '23 10:05 michaelpj