... | @@ -240,12 +240,12 @@ The roadmap is similar to the [ AMP](https://github.com/quchen/articles/blob/mas |
... | @@ -240,12 +240,12 @@ The roadmap is similar to the [ AMP](https://github.com/quchen/articles/blob/mas |
|
- *(nothing happens)*
|
|
- *(nothing happens)*
|
|
- GHC 8.4
|
|
- GHC 8.4
|
|
|
|
|
|
- Turn on the warning about missing `MonadFail` instances that we added in 8.0 by default.
|
|
- *(maybe)* Turn on the warning about missing `MonadFail` instances that we added in 8.0 by default.
|
|
- GHC 8.6
|
|
- GHC 8.6
|
|
|
|
|
|
- Switch `-XMonadFailDesugaring` on by default.
|
|
- Switch `-XMonadFailDesugaring` on by default.
|
|
- Warnings are still issued if the desugaring extension has been explicitly disabled.
|
|
- *(maybe)* Warnings are still issued if the desugaring extension has been explicitly disabled.
|
|
- Turn on the warning about explicit definition of `fail` in Monad that we added in 8.0 by default.
|
|
- *(maybe)* Turn on the warning about explicit definition of `fail` in Monad that we added in 8.0 by default.
|
|
- GHC 8.8
|
|
- GHC 8.8
|
|
|
|
|
|
- Remove `-XMonadFail` leaving its effects on at all times.
|
|
- Remove `-XMonadFail` leaving its effects on at all times.
|
... | | ... | |