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
* Backwards compatible handling of:
- `MonadFail` changes (`fail` moved out of `Monad`)
- `Semigroup` changes (re-exported from `Prelude`)
* `happy` recently broke partial type signatures for parametrized
productions (they were unsound). Thankfully, it turns out there
was all along a better way to write type signatures for these
productions.
* Update CI scripts, testing new configurations...
0 commit comments