brendanhay / amazonka

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

New release #1001

Open stephenjudkins opened 3 months ago

stephenjudkins commented 3 months ago

There have been a good amount of changes since since 2.0.0. There is at least one we'd like to use. Is there anything I could do to help shepherd through a new release?

tysonzero commented 2 months ago

Seconding this, I need the fixes in #973 to be able to build this library with the ghc version I am using (9.8.2).

ysangkok commented 2 months ago

These are the issues that need to be resolved for 2.1 to get released: https://github.com/brendanhay/amazonka/milestone/4

endgame commented 2 months ago

I am currently studying for an AWS re-qual and that's eating all of my free time. Once that's done, I hope to find some things to push back to 2.2 and start working towards getting the important things finished.

endgame commented 2 months ago

1006 would be relatively easy to pick up, I think, if someone wants to give it a crack.

Bodigrim commented 1 month ago

Would it be possible to have any release, compatible with GHC 9.8, in upcoming weeks please? It would be problematic if amazonka falls out of Stackage LTS again, and I'd expect Stackage to switch to GHC 9.8 relatively soon.

arybczak commented 1 month ago

Indeed, can we get a 2.0.1 release which is basically 2.0 + GHC 9.8 compatibility (and maybe other bugfixes)?

Although to be fair if one wants to use amazonka with GHC >= 9.8, putting

package amazonka-s3 -- or other sublib
  ghc-options: -XDuplicateRecordFields

in cabal.project does the trick.

ysangkok commented 1 month ago

@arybczak You'd need allow-newer too, unless you're somehow using an older index-state (or you set the revision somehow, which I don't think cabal-install allows?) Because amazonka-core was revised to disallow GHC 9.8: https://hackage.haskell.org/package/amazonka-core-2.0/revisions/

9999years commented 1 month ago

Yes, we also need #972 for GHC 9.8/9.10.