[commit: packages/pretty] large_docs, master, moretests: add back in lost 1.1.1.2 release notes (cd1c995)
git at git.haskell.org
git at git.haskell.org
Fri Jan 23 22:49:07 UTC 2015
Repository : ssh://git@git.haskell.org/pretty
On branches: large_docs,master,moretests
Link : http://git.haskell.org/packages/pretty.git/commitdiff/cd1c99535b5c56f9d3d7ecc8e9bfc952421dbee8
>---------------------------------------------------------------
commit cd1c99535b5c56f9d3d7ecc8e9bfc952421dbee8
Author: David Terei <code at davidterei.com>
Date: Sun Dec 21 23:24:59 2014 -0800
add back in lost 1.1.1.2 release notes
>---------------------------------------------------------------
cd1c99535b5c56f9d3d7ecc8e9bfc952421dbee8
CHANGELOG.md | 6 +++++-
pretty.cabal | 2 +-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e3cf06f..e496ccd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
# Pretty library change log
-## 1.1.1.1
+## 1.1.1.2 -- 18th August, 2014
+
+* Add NFData and Eq instances (by Ivan Lazar Miljenovic).
+
+## 1.1.1.1 -- 27th October, 2013
* Update pretty cabal file and readme.
* Fix tests to work with latest quickcheck.
diff --git a/pretty.cabal b/pretty.cabal
index 27e45db..22a99b8 100644
--- a/pretty.cabal
+++ b/pretty.cabal
@@ -1,5 +1,5 @@
name: pretty
-version: 1.1.1.1
+version: 1.1.1.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