Skip to content

Commit ea5bd2d

Browse files
committed
Bump version and update changelog.
1 parent 3401f32 commit ea5bd2d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
3.1.10
2+
3+
- Most types now have a `Typeable` instance. Some instances are dropped from
4+
older versions of GHC (sorry about that!).
5+
- The token-parser now rejects Unicode numeric escape sequences for characters
6+
outside the Unicode range.
7+
- The token-parser now loses less precision when parsing literal doubles.
8+
- Documentation fixes and corrections.
9+
- We no longer test parsec builds on GHC 7.4.
10+
111
3.1.9
212

313
- Many and various updates to documentation and package description (inlcuding

parsec.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: parsec
2-
version: 3.1.9
2+
version: 3.1.10
33
cabal-version: >= 1.8
44
license: BSD3
55
license-file: LICENSE

0 commit comments

Comments
 (0)