-
Notifications
You must be signed in to change notification settings - Fork 322
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
0.10 causes Couldn't match expected type Data.Text.Internal.Text' with actual type
Data.ByteString.Builder.Internal.Builder'
#293
Comments
Yep, I was having the same issue and had to downgrade to 0.9.0.1.. |
I have the same issue. |
I ran into the same issue. An instance that used to work, it breaks on |
I'm also seeing this issue. It has something to do with |
@ankhers |
@Osager since that is an old LTS version it contains an old version of aeson without the fix. lts-4 was also discontinued early in favor of lts-5 which reverted to aeson 0.9.* (which doesn't have this problem either). |
I get the following error now in the code generated by Aeson.TH:
the fields
gcard
andiType
are, _gcard :: Maybe IGCard
and
_iType :: Maybe IType
.The error occurs on line 392 and line 400.
The text was updated successfully, but these errors were encountered: