[commit: packages/binary] master: Bump version to 0.8.3.0. (38aef85)

git at git.haskell.org git at git.haskell.org
Tue Apr 19 20:30:52 UTC 2016


Repository : ssh://git@git.haskell.org/binary

On branch  : master
Link       : http://git.haskell.org/packages/binary.git/commitdiff/38aef85a759c9a0f64e8c40042e9fa1f675a2f1a

>---------------------------------------------------------------

commit 38aef85a759c9a0f64e8c40042e9fa1f675a2f1a
Author: Lennart Kolmodin <kolmodin at gmail.com>
Date:   Tue Apr 19 21:00:14 2016 +0200

    Bump version to 0.8.3.0.
    
    Next version won't be 0.9.0.0 as previously stated. Looks like no changes
    should be breaking, except for the semi public API in
    Data.Binary.Builder.Internal which now has been removed.
    
    Also remove GHC 7.6.3 from 'tested-with'. It was removed from Travis CI since
    its dependencies doesn't build.


>---------------------------------------------------------------

38aef85a759c9a0f64e8c40042e9fa1f675a2f1a
 binary.cabal | 4 ++--
 changelog.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/binary.cabal b/binary.cabal
index 76428bf..e69b3cd 100644
--- a/binary.cabal
+++ b/binary.cabal
@@ -1,5 +1,5 @@
 name:            binary
-version:         0.8.2.1
+version:         0.8.3.0
 license:         BSD3
 license-file:    LICENSE
 author:          Lennart Kolmodin <kolmodin at gmail.com>
@@ -18,7 +18,7 @@ category:        Data, Parsing
 stability:       provisional
 build-type:      Simple
 cabal-version:   >= 1.8
-tested-with:     GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2
+tested-with:     GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3
 extra-source-files:
   README.md changelog.md docs/hcar/binary-Lb.tex tools/derive/*.hs
 
diff --git a/changelog.md b/changelog.md
index 75514af..cde0eb1 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,7 +1,7 @@
 binary
 ======
 
-binary-0.9.0.0
+binary-0.8.3.0
 --------------
 
 - Replace binary's home grown `Builder` with `Data.ByteString.Builder`.
@@ -13,7 +13,7 @@ binary-0.9.0.0
 - Fail gracefully within `Get` when decoding `Bool` and `Ordering`. Previously
   when decoding invalid data these instances would fail with `error`.
 - Add Binary instance for `Complex a`.
-- Add Monoid instance for `Put`.
+- Add Monoid and Semigroup instance for `Put`.
 
 binary-0.8.2.1
 --------------



More information about the ghc-commits mailing list