Closed vdukhovni closed 3 years ago
See:
https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0287-simplify-subsumption.rst
The type of getGReadResult no longer matches the type of withSome in GHC-head.
getGReadResult
withSome
I'll wait until GHC-8.12 alpha is cut before adopting to it.
I forgot about this and fixed in other commit. Thanks anyway!
Fixed in https://hackage.haskell.org/package/some-1.0.2
See:
The type of
getGReadResult
no longer matches the type ofwithSome
in GHC-head.