From b35e38ca48dd5bc18dcec8b3e8192e87314b4f94 Mon Sep 17 00:00:00 2001 From: Ben Gamari <bgamari.foss@gmail.com> Date: Tue, 28 Jul 2015 11:32:04 -0400 Subject: [PATCH] Bump version to 1.2.1.2 --- changelog.md | 8 ++++++++ text.cabal | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 3a88cc52..ded5ce6e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,11 @@ +1.2.1.2 + +* Bug fix: Run literal rewrite rules in simplifier phase 2. + The behavior of the simplifier changed in GHC 7.10.2, + causing these rules to fail to fire, leading to poor code generation + and long compilation times. See + [GHC Trac #10528](https://ghc.haskell.org/trac/ghc/ticket/10528). + 1.2.1.1 * Expose unpackCString#, which you should never use. diff --git a/text.cabal b/text.cabal index 3f73dff8..f4f5eb26 100644 --- a/text.cabal +++ b/text.cabal @@ -1,5 +1,5 @@ name: text -version: 1.2.1.1 +version: 1.2.1.2 homepage: https://github.com/bos/text bug-reports: https://github.com/bos/text/issues synopsis: An efficient packed Unicode text type. -- GitLab