brendanhay / amazonka

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

`amazonka-emr-containers` and `amazonka-emr-serverless` do not compile #880

Closed endgame closed 1 year ago

endgame commented 1 year ago

This is caused by the switch from HashMap to Map in #825. I think it's because the affected shape definitions are now full of Ptr instead of real structures, so the code which decides which instances to derive no longer excludes Read where it previously did.