[commit: packages/pretty] master: Bump to version 1.1.2.1 (7deb64c)
git at git.haskell.org
git at git.haskell.org
Wed Dec 16 07:11:35 UTC 2015
Repository : ssh://git@git.haskell.org/pretty
On branch : master
Link : http://git.haskell.org/packages/pretty.git/commitdiff/7deb64ce5f18a14ca99752feecfd4b52f7fc9a99
>---------------------------------------------------------------
commit 7deb64ce5f18a14ca99752feecfd4b52f7fc9a99
Author: David Terei <code at davidterei.com>
Date: Fri Dec 26 01:05:37 2014 -0800
Bump to version 1.1.2.1
>---------------------------------------------------------------
7deb64ce5f18a14ca99752feecfd4b52f7fc9a99
CHANGELOG.md | 5 +++++
pretty.cabal | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5cb8069..1dbdce5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Pretty library change log
+## 1.1.2.1 -- 25th December, 2014
+
+* Fix overly-strict issue preventing use of pretty for very large
+ docs (by Eyal Lotem).
+
## 1.1.2.0 -- 25th December, 2014
* Merge in prettyclass package -- new Text.PrettyPrint.HughesPHClass.
diff --git a/pretty.cabal b/pretty.cabal
index e1bf6a9..25898c4 100644
--- a/pretty.cabal
+++ b/pretty.cabal
@@ -1,5 +1,5 @@
name: pretty
-version: 1.1.2.0
+version: 1.1.2.1
synopsis: Pretty-printing library
description:
This package contains a pretty-printing library, a set of API's
More information about the ghc-commits
mailing list