File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 88Facilities for manipulating Haskell 98 source code: an abstract syntax,
99lexer, parser and pretty-printer.
1010
11- - Version ` 1.0.3.0 ` for GHC versions ` 7.0 ` to ` 8.6 ` .
12-
13- - Version ` 1.0.3.1 ` for GHC versions from ` 8.8 ` .
1411Currently (2022-02-07) maintained by Andreas Abel.
Original file line number Diff line number Diff line change 1+ ## 1.0.3.2
2+
3+ _ Andreas Abel, 2022-02-07_
4+
5+ - Version tested with GHC 7.0 - 9.2.
6+ - Silence warning ` incomplete-uni-patterns ` in module ` ParseMonad ` for GHC >= 9.2.
7+ - Cosmetic documentation changes.
8+
19## 1.0.3.1 Revision 5
210
311 - Support happy-1.21.
1624
1725## 1.0.3.1
1826
27+ _ Herbert Valerio Riedel, 2019-11-09_
28+
1929 - Version for GHC 8.8 and 8.10.
2030
2131## 1.0.3.0
2232
33+ _ Herbert Valerio Riedel, 2018-03-13_
34+
2335 - Version for GHC 7.10 - 8.6.
2436 (Dropped support for GHC versions prior to GHC 7.0.)
2537
3042
3143## 1.0.2.0
3244
45+ _ Herbert Valerio Riedel, 2015-01-24_
46+
3347 - Add support for GHC 7.10 & base-4.8.
3448
3549 - Add missing ` Functor ` & ` Applicative ` instances for ` P ` and ` Lex `
You can’t perform that action at this time.
0 commit comments