[commit: packages/binary] master: Change next version to be 0.8.1.0 (13820f4)
git at git.haskell.org
git at git.haskell.org
Tue Feb 2 21:05:20 UTC 2016
Repository : ssh://git@git.haskell.org/binary
On branch : master
Link : http://git.haskell.org/packages/binary.git/commitdiff/13820f4550d7c2c23cdad970f55c4133a9a3cebf
>---------------------------------------------------------------
commit 13820f4550d7c2c23cdad970f55c4133a9a3cebf
Author: Lennart Kolmodin <kolmodin at gmail.com>
Date: Tue Feb 2 20:55:25 2016 +0100
Change next version to be 0.8.1.0
PVP said 0.9.0.0 was not required.
>---------------------------------------------------------------
13820f4550d7c2c23cdad970f55c4133a9a3cebf
binary.cabal | 2 +-
changelog.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/binary.cabal b/binary.cabal
index 899fc50..477f933 100644
--- a/binary.cabal
+++ b/binary.cabal
@@ -1,5 +1,5 @@
name: binary
-version: 0.8.0.1
+version: 0.8.1.0
license: BSD3
license-file: LICENSE
author: Lennart Kolmodin <kolmodin at gmail.com>
diff --git a/changelog.md b/changelog.md
index 2f02205..e5c0eb6 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,7 +1,7 @@
binary
======
-binary-0.9.0.0
+binary-0.8.1.0
--------------
- Add binary instance for `Data.ByteString.Short`.
More information about the ghc-commits
mailing list