You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
They dropped the Data.Aeson.Internal module: it was apparently intentional (haskell/aeson#993) but didn't get noted in the changelog. I sincerely hope there's a way around this. If not, perhaps worth begging to have it reinstated!
This version of aeson removes Data.Aeson.Internal, but exports the
things yaml needed from it in Data.Aeson.Types.
CPP has been used to make it work with both 2.2 and earlier versions.
However, I was only able to test with aeson 2.1; attempts to constrain
the build to earlier versions did not produce a viable build path.
Closessnoyberg#219.
The latest aeson version (2.2.0.0) removed the
Data.Aeson.Internal
module, thus causing compilation errors for the yaml package:The text was updated successfully, but these errors were encountered: