[commit: packages/binary] master: Bump to 0.10.0.0 and add changelog. (71c6b4b)
git at git.haskell.org
git at git.haskell.org
Fri Aug 3 20:28:26 UTC 2018
Repository : ssh://git@git.haskell.org/binary
On branch : master
Link : http://git.haskell.org/packages/binary.git/commitdiff/71c6b4b6c5d6daab527cbd780e75c9a7004996e9
>---------------------------------------------------------------
commit 71c6b4b6c5d6daab527cbd780e75c9a7004996e9
Author: Lennart Kolmodin <kolmodin at gmail.com>
Date: Wed Aug 1 21:47:47 2018 +0200
Bump to 0.10.0.0 and add changelog.
>---------------------------------------------------------------
71c6b4b6c5d6daab527cbd780e75c9a7004996e9
binary.cabal | 2 +-
changelog.md | 6 ++++++
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/binary.cabal b/binary.cabal
index c4997f1..c37b46a 100644
--- a/binary.cabal
+++ b/binary.cabal
@@ -1,5 +1,5 @@
name: binary
-version: 0.8.5.1
+version: 0.10.0.0
license: BSD3
license-file: LICENSE
author: Lennart Kolmodin <kolmodin at gmail.com>
diff --git a/changelog.md b/changelog.md
index 98afc48..a9b5e6a 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,12 @@
binary
======
+binary-0.10.0.0
+---------------
+
+- Add binary instance for Data.Functor.Identity from base, #146.
+- Don't use * when we have TypeOperators, #148.
+
binary-0.9.0.0
--------------
More information about the ghc-commits
mailing list