[commit: packages/binary] master: Bump version to 0.8.0.0 (43ee092)
git at git.haskell.org
git at git.haskell.org
Wed Dec 16 09:43:35 UTC 2015
Repository : ssh://git@git.haskell.org/binary
On branch : master
Link : http://git.haskell.org/packages/binary.git/commitdiff/43ee092f022517222e1573f9c9468aa0b6a2cc00
>---------------------------------------------------------------
commit 43ee092f022517222e1573f9c9468aa0b6a2cc00
Author: Oleg Grenrus <oleg.grenrus at iki.fi>
Date: Thu Nov 12 06:34:22 2015 +0200
Bump version to 0.8.0.0
>---------------------------------------------------------------
43ee092f022517222e1573f9c9468aa0b6a2cc00
binary.cabal | 2 +-
changelog.md | 6 ++++++
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/binary.cabal b/binary.cabal
index 37ed51c..25c7c7c 100644
--- a/binary.cabal
+++ b/binary.cabal
@@ -1,5 +1,5 @@
name: binary
-version: 0.7.6.1
+version: 0.8.0.0
license: BSD3
license-file: LICENSE
author: Lennart Kolmodin <kolmodin at gmail.com>
diff --git a/changelog.md b/changelog.md
index 493a50a..d9aaa3f 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,12 @@
binary
======
+binary-0.8.0.0
+--------------
+
+- Added binary instance for `Version` from `Data.Version`.
+- Added binary instance for `Void` (from `base >= 4.8`).
+
binary-0.7.6.1
--------------
More information about the ghc-commits
mailing list