Skip to content

Commit 5ee1c05

Browse files
committed
Release notes for 1.0.3.2
1 parent 6ed2e05 commit 5ee1c05

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,4 @@
88
Facilities for manipulating Haskell 98 source code: an abstract syntax,
99
lexer, 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`.
1411
Currently (2022-02-07) maintained by Andreas Abel.

changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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.
@@ -16,10 +24,14 @@
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

@@ -30,6 +42,8 @@
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`

0 commit comments

Comments
 (0)