amazonka icon indicating copy to clipboard operation
amazonka copied to clipboard

Compilation failures with GHC 9.8

Open ysangkok opened this issue 1 year ago • 3 comments

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 avatar Dec 27 '23 16:12 ysangkok

Error message is available:

  • https://github.com/commercialhaskell/stackage/issues/7261

ysangkok avatar Jan 02 '24 05:01 ysangkok

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

endgame avatar Jan 09 '24 05:01 endgame

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

ysangkok avatar Feb 23 '24 16:02 ysangkok

@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.

ysangkok avatar Apr 03 '24 08:04 ysangkok

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

endgame avatar Apr 03 '24 09:04 endgame