Re: [arch-haskell] Upgrading Yesod conflicts with JSONb

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-Aes... 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 < nicolas.pouillard@gmail.com> wrote:
On Thu, Sep 8, 2011 at 7:49 PM, Leif Warner
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
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

That was fast. JSONb's been updated.
Reflected in this commit:
https://github.com/archhaskell/habs/commit/a2383fb49d3cd22d8f08dabab1b99ff30...
-Leif
On Sat, Sep 10, 2011 at 5:51 PM, Leif Warner
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-Aes... 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 < nicolas.pouillard@gmail.com> wrote:
On Thu, Sep 8, 2011 at 7:49 PM, Leif Warner
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
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
participants (1)
-
Leif Warner