snapframework / snap

Top-level package for the official Snap Framework libraries, includes the snaplets API as well as infrastructure for sessions, auth, and templates.
http://snapframework.com/
BSD 3-Clause "New" or "Revised" License
455 stars 68 forks source link

Add support for aeson 1.0.* (fixes #180) #181

Closed bergmark closed 8 years ago

bergmark commented 8 years ago

For aeson 1.0.* this adds ToJSONKey/FromJSONKey instances to UserId and removes the overlapping ToJSON/FromJSON instances for UserIdCache.

mightybyte commented 8 years ago

Thanks!

phadej commented 8 years ago

Is there a plan to releasing version with this patch to Hackage?

mightybyte commented 8 years ago

@phadej Just released. Thanks for the ping.