Closed TeofilC closed 2 years ago
CLC has approved the proposal to remove the ST instance of MonadFail from base (https://github.com/haskell/core-libraries-committee/issues/33).
ST
MonadFail
base
The implementation of the proposal is delayed to GHC 9.4, but one can already future-proof code to be compliant with this change in a backwards-compatible way. No CPP required.
Migration guide and more info: https://github.com/haskell/core-libraries-committee/blob/main/guides/no-monadfail-st-inst.md
Now that GHC 9.4 is released, I can confirm that xeno is broken for it. This PR does fix it.
xeno
CLC has approved the proposal to remove the
ST
instance ofMonadFail
frombase
(https://github.com/haskell/core-libraries-committee/issues/33).The implementation of the proposal is delayed to GHC 9.4, but one can already future-proof code to be compliant with this change in a backwards-compatible way. No CPP required.
Migration guide and more info: https://github.com/haskell/core-libraries-committee/blob/main/guides/no-monadfail-st-inst.md