Patch libraries to work with GHC 8.9
A handful of patches to make libraries work with the current GHC HEAD (8.9):
-
kind-generics
needs to explicitly quantify a kind variable to be compatible with GHC proposal 24. -
file-embed
,free
,haskell-src-meta
,lens
, andth-desugar
need to accommodate GHC commit ghc@cef80c0b and work overMaybe Exp
instead ofExp
.