brendanhay / amazonka

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

What should we expect for GHC 9.2 support? #773

Closed chrisdone-artificial closed 2 years ago

chrisdone-artificial commented 2 years ago

Hi,

We're using amazonka at Artificial Labs, we've been tracking gradual movement of packages to move over to GHC 9.2 with the latest stackage nightly, and the package remaining in our dependency tree that isn't supported is amazonka. Should we expect a GHC 9.2 release, or is that being punted to 9.4, or some other plan?

We're not pushing for any particular plan, just researching the feasibility.

Cheers!

endgame commented 2 years ago

I intend for Amazonka 2.0 to support the latest GHC that its dependencies allow. Can you tell me more about how Artificial is using Amazonka - are you pulling the latest main via extra-deps or what?

chrisdone-artificial commented 2 years ago

We're using amazonka via nix, the latest on stackage which is amazonka-1.6.1.

In particular these ones, FWIW:

- amazonka
- amazonka-core
- amazonka-cognito-idp
- amazonka-s3
- amazonka-sts
endgame commented 2 years ago

We released an RC for 2.0 last November and the release announcement has instructions for adding it to stack.yaml. I would strongly recommend you give that a go.

Are you using haskell.nix or some other Nix framework?

chrisdone-artificial commented 2 years ago

Thanks @endgame, we'll try that out. I will spread the word to our resident Nix alchemists.

chrisdone-artificial commented 2 years ago

Thanks @endgame, we added that to our Nix incantations!