You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2026. It is now read-only.
I want to configure aws services in my app.
Configuration is described in JSON.
e.g. 'Aws.LogLevel' and 'Aws.Core.Protocol' doesn't implement ToJSON/GHC.Generics.Generic.
I spot that Aws.Core.Protocol implements Typeable and Aeson was supporting auto marshaling for Typeable types, but it looks like it doesn't work anymore.
Now I had to rewrap all these types into newtypes.
Hi,
I want to configure aws services in my app.
Configuration is described in JSON.
e.g. 'Aws.LogLevel' and 'Aws.Core.Protocol' doesn't implement ToJSON/GHC.Generics.Generic.
I spot that Aws.Core.Protocol implements Typeable and Aeson was supporting auto marshaling for Typeable types, but it looks like it doesn't work anymore.
Now I had to rewrap all these types into newtypes.