From c59e1df384b2bc7710c5efcb80a9341d172a7ff1 Mon Sep 17 00:00:00 2001 From: David Terei <code@davidterei.com> Date: Sun, 21 Dec 2014 23:25:29 -0800 Subject: [PATCH] make 1.1.1.3 release --- CHANGELOG.md | 5 +++++ pretty.cabal | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e496ccd2..c41c2e19 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 22a99b8c..7a7b2a57 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 -- GitLab