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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: