himura / twitter-types

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

Added ToJSON instances to types. #17

Closed AndrewRademacher closed 9 years ago

AndrewRademacher commented 9 years ago

Addressing both #14 and my own need to dump the json responses from twitter into Postgres, I have added ToJSON instances to twitter types which create an isomorphism with the FromJSON instances.

AndrewRademacher commented 9 years ago

Also, now addresses the need for Data, Typeable, and Generic instances. #13

AndrewRademacher commented 9 years ago

Apologies for the somewhat confused list of changes in this PR as well as the reformatting, I wasn't aware that I was working on master. If you are only interested in some parts of these changes just let me know, and I'll split the commits back out into a new PR.

himura commented 9 years ago

I've merged 9be9611...60e6c8a, and released as twitter-types 0.6.1. Thanks!!

coveralls commented 8 years ago

Coverage Status

Changes Unknown when pulling 308ca82da30f4c6b6d2d593fc99df1e5dbae3255 on AndrewRademacher:master into \ on himura:master**.

AndrewRademacher commented 8 years ago

I was under the impression that 308ca82 wasn't merged because it was only formatting.