Open stephenjudkins opened 3 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).
These are the issues that need to be resolved for 2.1 to get released: https://github.com/brendanhay/amazonka/milestone/4
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.
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.
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.
@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/
Yes, we also need #972 for GHC 9.8/9.10.
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?