[commit: ghc] ghc-7.10: Update binary submodule to 0.7.5.0 release (1ac6198)

git at git.haskell.org git at git.haskell.org
Tue Jun 9 04:34:23 UTC 2015


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

On branch  : ghc-7.10
Link       : http://ghc.haskell.org/trac/ghc/changeset/1ac61980743d790d7e69b7781d0ff0afb715959e/ghc

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

commit 1ac61980743d790d7e69b7781d0ff0afb715959e
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Mon Jun 1 10:50:17 2015 +0200

    Update binary submodule to 0.7.5.0 release
    
    Quoting the changelog, this pulls in the following fixes:
    
    binary-0.7.5.0
    --------------
    
    - Fix performance bug that was noticable when you get a big strict ByteString
      and the input to the decoder consists of many small chunks.
        - https://github.com/kolmodin/binary/issues/73
        - https://github.com/kolmodin/binary/pull/76
    - Fix memory leak when decoding Double and Float.
        - Commit 497a181c083fa9faf7fa3aa64d1d8deb9ac76ecb
    - We now require QuickCheck >= 2.8. Remove our version of arbitrarySizedNatural.
    
    binary-0.7.4.0
    --------------
    
    - Some invalid UTF-8 strings caused an exception when decoded. Those errors will
      now now fail in the Get monad instead. See issue 70.
      Patch contributed by @ttuegel.
    
    (cherry picked from commit 7dd0ea7428379df848e3d13528921b39b7bf5b95)


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

1ac61980743d790d7e69b7781d0ff0afb715959e
 libraries/binary | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/binary b/libraries/binary
index ff9a48f..86e4c9a 160000
--- a/libraries/binary
+++ b/libraries/binary
@@ -1 +1 @@
-Subproject commit ff9a48fb213c2d1fd2e58b19c92264a3efadff7a
+Subproject commit 86e4c9a6125cdddb0592a653f48c699a574ccf7b



More information about the ghc-commits mailing list