diff --git a/CHANGELOG.md b/CHANGELOG.md index e496ccd2e98ad39b95864722447c3c71b8bf47f1..c41c2e19b41dc29fb93e941474599f6c90272313 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 22a99b8c910195f1b30e7847381145285863a2af..7a7b2a57c332e2d576f29b53b5e2d190a49711f5 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