[Haskell-beginners] How to write the FromJSON instance for CUid

David McBride toad3k at gmail.com
Fri Aug 10 13:39:52 UTC 2018


Since the posix types are in base, and aeson already depends on base, you
would ask the aeson maintaners.

On Fri, Aug 10, 2018 at 9:00 AM, PICCA Frederic-Emmanuel <
frederic-emmanuel.picca at synchrotron-soleil.fr> wrote:

> > I'm not sure if the maintainers would accept it.
>
> > You should keep in mind that these posix types are not necessarily the
> same system to system as the word sizes are dependent on the architecture
> of the machine involved, thus different machines would have to generate
> different instances.  If that is the case, it is probably fine to just live
> > with orphan instances.
>
> > But it would be pretty easy to ask them.
>
> After some reflection, is it better to ask the aeson maintainer for the
> instance of the maintainer of the CGid CUid maintainer ?
>
> Cheers
>
> Fred
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/beginners/attachments/20180810/612bbc1c/attachment.html>


More information about the Beginners mailing list