We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I upgrade aeson to version 2.0.3.0 and gogol-1.0 fails because data type has an int64 field, but value is "0"
"0"
inputStages :: (Core.Maybe [Core.Int64]), } deriving (Core.Eq, Core.Show, Core.Generic)
The text was updated successfully, but these errors were encountered:
I don't understand the issue.
Is this a regression between aeson-1.5 and aeson-2.0? I don't think so, as aeson never (AFAIK) accepted textual strings as numbers.
aeson
Neither you tell how decoding is done. Using generically derived instance?
In any case this seems like an issue in gogol.
gogol
Sorry, something went wrong.
No branches or pull requests
Hi,
I upgrade aeson to version 2.0.3.0 and gogol-1.0 fails because data type has an int64 field, but value is
"0"
The text was updated successfully, but these errors were encountered: