You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to compile Kernmantle with GHC 9.6.2 / base 4.18, and I'm getting the following error. I've forked the repo and was hoping to add a fix, but I'm afraid I don't understand what's going on with those deriving clauses well enough to know what to do.
Could you point me in the right direction for a fix for this? I'd be happy to create a PR.
src/Control/Kernmantle/Rope/Internal.hs:88:13: error: [GHC-39999]
• Could not deduce ‘Functor
(RopeRunner record mantle interp core a)’
arising from the head of a quantified constraint
arising from the 'deriving' clause of a data type declaration
from the context: Bifunctor core
bound by the deriving clause for ‘Bifunctor
(RopeRunner record mantle interp core)’
at src/Control/Kernmantle/Rope/Internal.hs:88:13-21
• When deriving the instance for (Bifunctor
(RopeRunner record mantle interp core))
|
88 | deriving (Bifunctor, Biapplicative)
The text was updated successfully, but these errors were encountered:
seanhess
added a commit
to seanhess/kernmantle
that referenced
this issue
Jul 28, 2023
I'm trying to compile Kernmantle with GHC 9.6.2 / base 4.18, and I'm getting the following error. I've forked the repo and was hoping to add a fix, but I'm afraid I don't understand what's going on with those deriving clauses well enough to know what to do.
Could you point me in the right direction for a fix for this? I'd be happy to create a PR.
The text was updated successfully, but these errors were encountered: