migamake / json-autotype

Automatic Haskell type inference from JSON input
150 stars 23 forks source link

Fix orphan Generic instance for Value for aeson >= 1.2.1.0 #14

Closed dbaynard closed 6 years ago

dbaynard commented 7 years ago

Doesn't compile as aeson 1.2.1.0 introduces a Generic instance for Value, meaning the orphan defined here conflicts.

CPP should make it backwards compatible.