Skip to content
New issue

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

compillation errors with aeson-0.7 #3

Closed
cla86 opened this issue Mar 22, 2014 · 1 comment
Closed

compillation errors with aeson-0.7 #3

cla86 opened this issue Mar 22, 2014 · 1 comment

Comments

@cla86
Copy link

cla86 commented Mar 22, 2014

Radio/Jing.hs:126:10:
No instance for (FromJSON ByteString)
arising from a use of aeson-0.7.0.2:Data.Aeson.Types.Class.$gdmparseJSON' Possible fix: add an instance declaration for (FromJSON ByteString) In the expression: (aeson-0.7.0.2:Data.Aeson.Types.Class.$gdmparseJSON) In an equation forparseJSON':
parseJSON = (aeson-0.7.0.2:Data.Aeson.Types.Class.$gdmparseJSON)
In the instance declaration for `FromJSON JingParam'

Radio/Jing.hs:127:10:
No instance for (ToJSON ByteString)
arising from a use of aeson-0.7.0.2:Data.Aeson.Types.Class.$gdmtoJSON' Possible fix: add an instance declaration for (ToJSON ByteString) In the expression: (aeson-0.7.0.2:Data.Aeson.Types.Class.$gdmtoJSON) In an equation fortoJSON':
toJSON = (aeson-0.7.0.2:Data.Aeson.Types.Class.$gdmtoJSON)
In the instance declaration for `ToJSON JingParam'
Failed to install lord-2.20131220
cabal: Error: some packages failed to install:
lord-2.20131220 failed during the building phase. The exception was:
ExitFailure 1

@rnons
Copy link
Owner

rnons commented Mar 23, 2014

Thanks for reporting.
This has been fixed in 209b401, but I forgot to upload to hackage. It should works now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants