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
### Failure in src/Mellon/Web/Server/API.hs:129: expression `toJSON $ Unlocked sampleDate' expected: Object (fromList [("state",String "Unlocked"),("until",String "2015-10-06T00:00:00Z")]) but got: Object (fromList [("until",String "2015-10-06T00:00:00Z"),("state",String "Unlocked")]) Examples: 18 Tried: 16 Errors: 0 Failures: 1
The text was updated successfully, but these errors were encountered:
This happens because Aeson.Object is not ordered. See haskell/aeson#368
Aeson.Object
Sorry, something went wrong.
49b3536
dhess
No branches or pull requests
The text was updated successfully, but these errors were encountered: