[commit: packages/pretty] large_docs, master, moretests: make 1.1.1.3 release (c59e1df)

git at git.haskell.org git at git.haskell.org
Fri Jan 23 22:49:09 UTC 2015


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

On branches: large_docs,master,moretests
Link       : http://git.haskell.org/packages/pretty.git/commitdiff/c59e1df384b2bc7710c5efcb80a9341d172a7ff1

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

commit c59e1df384b2bc7710c5efcb80a9341d172a7ff1
Author: David Terei <code at davidterei.com>
Date:   Sun Dec 21 23:25:29 2014 -0800

    make 1.1.1.3 release


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

c59e1df384b2bc7710c5efcb80a9341d172a7ff1
 CHANGELOG.md | 5 +++++
 pretty.cabal | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e496ccd..c41c2e1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
 # Pretty library change log
 
+## 1.1.1.3 -- 21st December, 2014
+
+* Remove upper bound on `deepseq` package to fix build issues with
+  latest GHC.
+
 ## 1.1.1.2 -- 18th August, 2014
 
 * Add NFData and Eq instances (by Ivan Lazar Miljenovic).
diff --git a/pretty.cabal b/pretty.cabal
index 22a99b8..7a7b2a5 100644
--- a/pretty.cabal
+++ b/pretty.cabal
@@ -1,5 +1,5 @@
 name:          pretty
-version:       1.1.1.2
+version:       1.1.1.3
 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