Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New release #1001

Open
stephenjudkins opened this issue Aug 5, 2024 · 8 comments
Open

New release #1001

stephenjudkins opened this issue Aug 5, 2024 · 8 comments
Milestone

Comments

@stephenjudkins
Copy link

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
Copy link

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
Copy link
Contributor

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

@endgame endgame added this to the 2.1 milestone Sep 20, 2024
@endgame
Copy link
Collaborator

endgame commented Sep 20, 2024

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
Copy link
Collaborator

endgame commented Sep 20, 2024

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

@Bodigrim
Copy link
Contributor

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
Copy link

arybczak commented Oct 8, 2024

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
Copy link
Contributor

@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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants