We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3401f32 commit ea5bd2dCopy full SHA for ea5bd2d
CHANGES
@@ -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
11
3.1.9
12
13
- Many and various updates to documentation and package description (inlcuding
parsec.cabal
@@ -1,5 +1,5 @@
name: parsec
-version: 3.1.9
+version: 3.1.10
cabal-version: >= 1.8
license: BSD3
license-file: LICENSE
0 commit comments