[commit: packages/pretty] master: Bump to version 1.1.3.2 (9fd5f2b)

git at git.haskell.org git at git.haskell.org
Wed Dec 16 07:12:05 UTC 2015


Repository : ssh://git@git.haskell.org/pretty

On branch  : master
Link       : http://git.haskell.org/packages/pretty.git/commitdiff/9fd5f2b596bdfbce0414f973009b579d5d2430fa

>---------------------------------------------------------------

commit 9fd5f2b596bdfbce0414f973009b579d5d2430fa
Author: David Terei <code at davidterei.com>
Date:   Thu Mar 19 02:03:31 2015 -0700

    Bump to version 1.1.3.2


>---------------------------------------------------------------

9fd5f2b596bdfbce0414f973009b579d5d2430fa
 CHANGELOG.md | 9 +++++++++
 pretty.cabal | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1dbdce5..8524efe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
 # Pretty library change log
 
+## 1.1.3.2 -- 19th March, 2015
+
+* Fix bug with haddock documentation.
+* Clean up module intro documentation.
+
+## 1.1.3.1 -- 11th March, 2015
+
+* Add support for annotations in pretty (by Trevor Elliott).
+
 ## 1.1.2.1 -- 25th December, 2014
 
 * Fix overly-strict issue preventing use of pretty for very large
diff --git a/pretty.cabal b/pretty.cabal
index c4ac991..d336635 100644
--- a/pretty.cabal
+++ b/pretty.cabal
@@ -1,5 +1,5 @@
 name:          pretty
-version:       1.1.3.1
+version:       1.1.3.2
 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