Andreas Abel, 2024-09-22
- Replace use of
head
to pacify-Wx-partial
. - Remove upper bound on
happy
. - Tested with GHC 8.0 - 9.10.1.
Andreas Abel, 2022-05-25
- Support GHC 9.4, allow base-4.17 and higher.
Andreas Abel, 2022-02-07
- Add
Eq
instance forHsModule
.
Andreas Abel, 2022-02-07
- Version tested with GHC 7.0 - 9.2.
- Silence warning
incomplete-uni-patterns
in moduleParseMonad
for GHC >= 9.2. - Cosmetic documentation changes.
- Support happy-1.21.
- Support GHC 9.2 & base-4.16.
- Support GHC 9.0 & base-4.15.
- Support happy-1.20.
Herbert Valerio Riedel, 2019-11-09
- Version for GHC 8.8 and 8.10.
Herbert Valerio Riedel, 2018-03-13
-
Version for GHC 7.10 - 8.6. (Dropped support for GHC versions prior to GHC 7.0.)
-
Add support for
MonadFail
&Semigroup
proposals by adding respective instances forP
andLex
. -
Remove
-O2
fromghc-options
.
Herbert Valerio Riedel, 2015-01-24
-
Add support for GHC 7.10 & base-4.8.
-
Add missing
Functor
&Applicative
instances forP
andLex
monads needed for AMP compatibility.