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: http://hackage.haskell.org/packages/archive/aeson/0.3.2.11/doc/html/Data-Aeson.html#g:1 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: https://github.com/solidsnack/JSONb/issues/2 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 < [email protected]> wrote: > On Thu, Sep 8, 2011 at 7:49 PM, Leif Warner <[email protected]> wrote: > > 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. > > Ok, could you contact Michael Snoyman <[email protected]> the maintainer > of > data-object-json could be upgraded to using JSONb? He is very active and > might > help to resolve this issue. > > -- > Nicolas Pouillard > http://nicolaspouillard.fr >
_______________________________________________ arch-haskell mailing list [email protected] http://www.haskell.org/mailman/listinfo/arch-haskell
