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

Update to work with aeson 0.7 #7

Open
nc6 opened this issue Jan 10, 2014 · 1 comment
Open

Update to work with aeson 0.7 #7

nc6 opened this issue Jan 10, 2014 · 1 comment

Comments

@nc6
Copy link
Owner

nc6 commented Jan 10, 2014

Version 0.7 of aeson drops instances from FromJSON ByteString (because a JSON string has particular semantics that a bytestring does not satisfy). This makes lots of sense, but breaks tabula which tries to serialise bytestrings.

The real solution to this would be to perfom some kind of sensible encoding (which may drop nonprintable characters) into a UTF-8 format stored as Text, for which FromJSON is still provided.

nc6 added a commit that referenced this issue Jan 10, 2014
This should be fixed at some point - see issue #7.
@jrandall
Copy link

This seems to occur when running emacs

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