[commit: packages/pretty] : Bump to version 1.1.3.4 (562d8ff)
git at git.haskell.org
git at git.haskell.org
Thu Feb 2 19:15:27 UTC 2017
Repository : ssh://git@git.haskell.org/pretty
On branch :
Link : http://git.haskell.org/packages/pretty.git/commitdiff/562d8ff2c21e9305bedd72b6bfb5f7f0ea478ebc
>---------------------------------------------------------------
commit 562d8ff2c21e9305bedd72b6bfb5f7f0ea478ebc
Author: David Terei <code at davidterei.com>
Date: Fri Jun 3 11:36:52 2016 -0700
Bump to version 1.1.3.4
>---------------------------------------------------------------
562d8ff2c21e9305bedd72b6bfb5f7f0ea478ebc
CHANGELOG.md | 5 +++++
pretty.cabal | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 41243c3..b2bd2a8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Pretty library change log
+## 1.1.3.4 -- 3rd June, 2016
+
+* Fix over-zeleaous use of strictness causing stack allocation, fixes part of
+ issue #32 (by Neil Mitchell).
+
## 1.1.3.3 -- 29th February, 2016
* Improve documentation.
diff --git a/pretty.cabal b/pretty.cabal
index f3116eb..39fe558 100644
--- a/pretty.cabal
+++ b/pretty.cabal
@@ -1,5 +1,5 @@
name: pretty
-version: 1.1.3.3
+version: 1.1.3.4
synopsis: Pretty-printing library
description:
This package contains a pretty-printing library, a set of API's
@@ -24,7 +24,7 @@ Cabal-Version: >= 1.8
source-repository this
type: git
location: http://github.com/haskell/pretty.git
- tag: 1.1.3.3
+ tag: 1.1.3.4
source-repository head
type: git
More information about the ghc-commits
mailing list