[commit: packages/binary] master: Bump version to 0.7.2.2. (169c71f)
git at git.haskell.org
git at git.haskell.org
Sun Dec 14 17:55:34 UTC 2014
Repository : ssh://git@git.haskell.org/binary
On branch : master
Link : http://git.haskell.org/packages/binary.git/commitdiff/169c71fb57f1b0088a29d2df99c70381666fcce8
>---------------------------------------------------------------
commit 169c71fb57f1b0088a29d2df99c70381666fcce8
Author: Lennart Kolmodin <kolmodin at gmail.com>
Date: Thu Sep 25 23:06:34 2014 +0400
Bump version to 0.7.2.2.
>---------------------------------------------------------------
169c71fb57f1b0088a29d2df99c70381666fcce8
binary.cabal | 2 +-
changelog.md | 7 ++++++-
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/binary.cabal b/binary.cabal
index ccce933..06aeb35 100644
--- a/binary.cabal
+++ b/binary.cabal
@@ -1,5 +1,5 @@
name: binary
-version: 0.7.2.1
+version: 0.7.2.2
license: BSD3
license-file: LICENSE
author: Lennart Kolmodin <kolmodin at gmail.com>
diff --git a/changelog.md b/changelog.md
index 5320922..69dccf5 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,10 +1,15 @@
binary
======
+binary-0.7.2.2
+--------------
+
+- Make import of GHC.Base future-proof (https://github.com/kolmodin/binary/pull/59).
+
binary-0.7.2.1
--------------
-- Fix to compile on GHC 6.10.4 and older, see issue #55.
+- Fix to compile on GHC 6.10.4 and older (https://github.com/kolmodin/binary/issues/55).
binary-0.7.2.0
--------------
More information about the ghc-commits
mailing list