[arch-haskell] Upgrading Yesod conflicts with JSONb

Leif Warner abimelech at gmail.com
Sun Sep 11 02:51:18 CEST 2011


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 <
nicolas.pouillard at gmail.com> wrote:

> On Thu, Sep 8, 2011 at 7:49 PM, Leif Warner <abimelech at gmail.com> 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 <michael at snoyman.com> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/arch-haskell/attachments/20110910/c34f071d/attachment.htm>


More information about the arch-haskell mailing list