I left an issue at https://github.com/snoyberg/data-object-json/issues/2
Said he had no plans to convert from JSONb, but he'd accept a pull request.Aeson's JSON type does't look much different than JSONb's type:It also offers ToJSON and FromJSON classes for conversion to other types.That's a bit moot for the moment, though - it turns out JSONb works fine with attoparsec 0.9, despite the cabal file restrictions.I left an issue about it up:
We can wait on the cabal file being updated, or just patch it ourselves in the meantime.-Leif
On Thu, Sep 8, 2011 at 12:20 PM, Nicolas Pouillard <nicolas.pouillard@gmail.com> wrote:On Thu, Sep 8, 2011 at 7:49 PM, Leif Warner <abimelech@gmail.com> wrote:Ok, could you contact Michael Snoyman <michael@snoyman.com> the maintainer of
> Sorry, I meant I had to delete their descriptions from cblrepo.db, to
> maintain a consistent build set. JSONb requires attoparsec 0.8, the
> other upgrades required attoparsec be upgraded to 0.9.
data-object-json could be upgraded to using JSONb? He is very active and might
help to resolve this issue.
--