[Haskell-cafe] Tagged instances for Aeson overlapped

Adam Bergmark adam at bergmark.nl
Mon Mar 7 15:24:22 UTC 2016


Whoops, didn’t reply-all!

One instance is in Data.Aeson.Types.Instances, where are you getting the other one from?

Adam Bergmark

On Mon 07 Mar 2016 at 15:37 Dmitry Olshansky

<
mailto:Dmitry Olshansky <olshanskydr at gmail.com>
> wrote:

Hello,

I tried to compile my project with GHC 8 (from HEAD).

And I got

    • Overlapping instances for aeson-0.11.1.0:Data.Aeson.Types.Class.ToJSON

...

        arising from a use of ‘serve’

      Matching instances:

        two instances involving out-of-scope types

          instance aeson-0.11.1.0:Data.Aeson.Types.Class.ToJSON b =>

                   aeson-0.11.1.0:Data.Aeson.Types.Class.ToJSON

                     (Data.Tagged.Tagged a b)

            -- Defined in ‘aeson-0.11.1.0:Data.Aeson.Types.Instances’

          instance forall k x (r :: k).

                   aeson-0.11.1.0:Data.Aeson.Types.Class.ToJSON x =>

                   aeson-0.11.1.0:Data.Aeson.Types.Class.ToJSON

                     (Data.Tagged.Tagged r x)

One of instances should be removed probably. 

I suppose that instance for removing should be instance in Data.Tagged. 

But version in Aeson should be PolyKinded.

What do you think?

Best regards,

Dmitry 

_______________________________________________

Haskell-Cafe mailing list
mailto:Haskell-Cafe at haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20160307/e11a8cb9/attachment.html>


More information about the Haskell-Cafe mailing list