Generics changes in GHC 8 break containers
containers does not currently build with GHC 8 because of changes to Generics. I only have a shallow understanding of GHC.Generics. Could someone give me a hand figuring out what I need to change? Thanks, David Feuer
Hi David, Care to share exactly what breaks? What errors do you get? Cheers, Pedro On Thu, Apr 21, 2016 at 3:11 AM, David Feuer <david.feuer@gmail.com> wrote:
containers does not currently build with GHC 8 because of changes to Generics. I only have a shallow understanding of GHC.Generics. Could someone give me a hand figuring out what I need to change?
Thanks, David Feuer
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
See https://github.com/haskell/containers/issues/195 There's been some change to representation types. However, Andres Löh believes that the correct solution is to remove the Generic instances that were recently added to containers master (which have never appeared in a released version). I've opened a pull request to do so, but I'd prefer to hear from Wren Romano (co-maintainer) and Kubo Kováč (who wrote the instances) before doing so. On Thu, Apr 21, 2016 at 3:56 PM, José Pedro Magalhães <dreixel@gmail.com> wrote:
Hi David,
Care to share exactly what breaks? What errors do you get?
Cheers, Pedro
On Thu, Apr 21, 2016 at 3:11 AM, David Feuer <david.feuer@gmail.com> wrote:
containers does not currently build with GHC 8 because of changes to Generics. I only have a shallow understanding of GHC.Generics. Could someone give me a hand figuring out what I need to change?
Thanks, David Feuer
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
participants (2)
-
David Feuer -
José Pedro Magalhães