It seems like distributed-process is not buildable with ghc-9.2 because of this error:
src/Control/Distributed/Process/Internal/Closure/TH.hs:225:18: error:
• Expecting one more argument to ‘TyVarBndr’
Expected a type, but ‘TyVarBndr’ has kind ‘* -> *’
• In the type signature:
monomorphize :: [TyVarBndr] -> Type -> Q Type
|
225 | monomorphize :: [TyVarBndr] -> Type -> Q Type
| ^^^^^^^^^
Only this module is affected, is there some CPP magic we can use to fix that error?
It seems like distributed-process is not buildable with ghc-9.2 because of this error:
Only this module is affected, is there some CPP magic we can use to fix that error?