himura / twitter-types

This library treats the Twitter JSON API in the Haskell way.
24 stars 28 forks source link

Not compatible with aeson-0.10 #36

Closed rassie closed 8 years ago

rassie commented 8 years ago

aeson 0.10 has changed the semantics of the .:? combinator, so twitter-types is currently broken for at least the contributors field. Using aeson 0.9.0.1 seems fine, so twitter-types needs either a dependency version upper-bound or an update to use aeson 0.10

bergmark commented 8 years ago

Bump. The test suite failures looked serious so I've disabled twitter-types and twitter-types-lens on stackage since we have upgraded to aeson-0.10. Please send a pull request to re-enable it when this is fixed. If this happens before new years they will still be included in LTS 4.

Also see the aeson-extra package for compatibility between aeson versions.

juhp commented 8 years ago

This can probably be closed now I think.

himura commented 8 years ago

Yep, this issue is fixed in #35 and aeson 0.11.