haskell / security-advisories

https://haskell.github.io/security-advisories/
Other
46 stars 18 forks source link

support GHC 9.10 #220

Open frasertweedale opened 4 months ago

frasertweedale commented 4 months ago

9.10 build fails due to bounds on feed library not admitting base-4.20.0.0 (upstream issue: https://github.com/haskell-party/feed/issues/73 )

Apart from that, this PR should fix the CI issues.

edit converting to draft until all deps support GHC 9.10. In the meantime, I created https://github.com/haskell/security-advisories/pull/221 which deals with the CI failures arising due to libc version conflicts with the platform image (and only that issue).