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
I can reproduce this on master by running cabal update before cabal build, so this probably requires both publishing revisions with new upper bounds and updating HEAD to be compatible with aeson-2.x. And possibly some CPP magic to continue to be compatible with aeson-1.x.
The text was updated successfully, but these errors were encountered:
I believe the CI failures in #206 are not due to changes in my PR, but rather, to a backwards-incompatible aeson change (presumably the much publicized switch away from
HashMap
, due to the discovery of a collision attack).I can reproduce this on
master
by runningcabal update
beforecabal build
, so this probably requires both publishing revisions with new upper bounds and updating HEAD to be compatible with aeson-2.x. And possibly some CPP magic to continue to be compatible with aeson-1.x.The text was updated successfully, but these errors were encountered: