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
constraints-deriving-1.0.4.0$ cabal build -w ghc-8.8.4
...
src/Data/Constraint/Deriving/CorePluginM.hs:283:5: error:
• Illegal equational constraint SrcSpanLess a ~ ModuleName
(Use GADTs or TypeFamilies to permit this)
• When checking the inferred type
lookupDep :: forall (f :: * -> *) a.
(MonadIO f, HasSrcSpan a, SrcSpanLess a ~ ModuleName) =>
HscEnv -> (Maybe FastString, a) -> f (Maybe Module)
In an equation for ‘defCorePluginEnv’:
...
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: