brendanhay / amazonka

A comprehensive Amazon Web Services SDK for Haskell.
https://amazonka.brendanhay.nz
Other
599 stars 227 forks source link

Compilation failures with GHC 9.8 #969

Closed ysangkok closed 4 months ago

ysangkok commented 8 months ago

Amazonka packages were thrown out of Stackage Nightly, there must have been some kinda of incompatibility with the compiler or newer libraries: see build-constraints.yaml

ysangkok commented 8 months ago

Error message is available:

endgame commented 8 months ago

https://gitlab.haskell.org/ghc/ghc/-/issues/24317

ysangkok commented 6 months ago

Fixed by https://github.com/brendanhay/amazonka/commit/c604b8f282785f41977f234d33e2bae10773ece2

ysangkok commented 5 months ago

@endgame Would it be possible to fix this just by amending default-extensions? Then it wouldn't be necessary to reupload everything, a revision would do.

endgame commented 5 months ago

No, I tried to preview a change like that, and Hackage only allows revisions which change dependency information.