From ea5bd2dab8ebbbb41a6a6f14dcac2d243eb2abcb Mon Sep 17 00:00:00 2001 From: Antoine Latter <aslatter@gmail.com> Date: Thu, 12 May 2016 21:41:21 -0500 Subject: [PATCH] Bump version and update changelog. --- CHANGES | 10 ++++++++++ parsec.cabal | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 33a30e5..10fe39b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,13 @@ +3.1.10 + +- Most types now have a `Typeable` instance. Some instances are dropped from + older versions of GHC (sorry about that!). +- The token-parser now rejects Unicode numeric escape sequences for characters + outside the Unicode range. +- The token-parser now loses less precision when parsing literal doubles. +- Documentation fixes and corrections. +- We no longer test parsec builds on GHC 7.4. + 3.1.9 - Many and various updates to documentation and package description (inlcuding diff --git a/parsec.cabal b/parsec.cabal index 79518f3..3c7ad4b 100644 --- a/parsec.cabal +++ b/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 -- GitLab