Changelog for haskell-src-1.0.3.1
1.0.3.1
- GHC 8.8.1/base-4.13 only compatibility release to support
MonadFail
1.0.3.0
-
Add support for
MonadFail
&Semigroup
proposals by adding respective instances forP
andLex
. -
Drop support for GHC versions prior to GHC 7.0.
-
Remove
-O2
fromghc-options
.
1.0.2.0
-
Add support for GHC 7.10 & base-4.8)
-
Add missing
Functor
&Applicative
instances forP
andLex
monads needed for AMP compatibility.