[commit: packages/binary] : Bump to version 0.8.2.0 (2afc452)
git at git.haskell.org
git at git.haskell.org
Tue Feb 2 21:05:26 UTC 2016
Repository : ssh://git@git.haskell.org/binary
On branch :
Link : http://git.haskell.org/packages/binary.git/commitdiff/2afc452571f8176af84c01e47da91ee371bbefbd
>---------------------------------------------------------------
commit 2afc452571f8176af84c01e47da91ee371bbefbd
Author: Lennart Kolmodin <kolmodin at gmail.com>
Date: Tue Feb 2 21:57:25 2016 +0100
Bump to version 0.8.2.0
>---------------------------------------------------------------
2afc452571f8176af84c01e47da91ee371bbefbd
binary.cabal | 2 +-
changelog.md | 5 +++++
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/binary.cabal b/binary.cabal
index a5eeb9c..5b01fba 100644
--- a/binary.cabal
+++ b/binary.cabal
@@ -1,5 +1,5 @@
name: binary
-version: 0.8.1.0
+version: 0.8.2.0
license: BSD3
license-file: LICENSE
author: Lennart Kolmodin <kolmodin at gmail.com>
diff --git a/changelog.md b/changelog.md
index e5c0eb6..669b5d7 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,11 @@
binary
======
+binary-0.8.2.0
+--------------
+
+- When using GHC >= 8, `Data.Binary.Get.Get` implements MonadFail and delegates its `fail` to `MonadFail.fail`.
+
binary-0.8.1.0
--------------
More information about the ghc-commits
mailing list