aviaviavi / curl-runnings

A declarative test framework for quickly and easily writing integration tests against JSON APIs.
MIT License
158 stars 13 forks source link

Aeson problem #74

Closed dysinger closed 2 years ago

dysinger commented 2 years ago

Problem:

Currently installing curl-runnings via hackage results in a compilation error because Aeson 2.0 changed their API for keys/maps.

Solution:

Put an upper bounds on Aeson and bump the incremental version number of curl runnings. Publish to hackage and now everybody can install again.