[commit: packages/binary] master: Bump version to 0.7.2.1. (94718e3)
git at git.haskell.org
git at git.haskell.org
Sun Dec 14 17:55:15 UTC 2014
Repository : ssh://git@git.haskell.org/binary
On branch : master
Link : http://git.haskell.org/packages/binary.git/commitdiff/94718e3615fd370b0cad498939f215a2ac7548e9
>---------------------------------------------------------------
commit 94718e3615fd370b0cad498939f215a2ac7548e9
Author: Lennart Kolmodin <kolmodin at gmail.com>
Date: Sun May 18 13:04:06 2014 +0400
Bump version to 0.7.2.1.
Also update changelog.
>---------------------------------------------------------------
94718e3615fd370b0cad498939f215a2ac7548e9
binary.cabal | 2 +-
changelog.md | 6 +++++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/binary.cabal b/binary.cabal
index 6995ac9..9b0888c 100644
--- a/binary.cabal
+++ b/binary.cabal
@@ -1,5 +1,5 @@
name: binary
-version: 0.7.2.0
+version: 0.7.2.1
license: BSD3
license-file: LICENSE
author: Lennart Kolmodin <kolmodin at gmail.com>
diff --git a/changelog.md b/changelog.md
index b1d2abe..5320922 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,9 +1,13 @@
binary
======
+binary-0.7.2.1
+--------------
+
+- Fix to compile on GHC 6.10.4 and older, see issue #55.
binary-0.7.2.0
------------
+--------------
- Add `isolate :: Int -> Get a -> Get a`.
- Add `label :: String -> Get a -> Get a`.
More information about the ghc-commits
mailing list