diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2015-06-01 10:50:17 +0200 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2015-06-01 12:13:41 +0200 |
commit | 7dd0ea7428379df848e3d13528921b39b7bf5b95 (patch) | |
tree | 48191c183494f4382b4fe1188564885dd1369972 /libraries/binary | |
parent | e00910b0f83eaafd91dcb59cec0779b3ea9f0d30 (diff) | |
download | haskell-7dd0ea7428379df848e3d13528921b39b7bf5b95.tar.gz |
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.
Diffstat (limited to 'libraries/binary')
m--------- | libraries/binary | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/libraries/binary b/libraries/binary -Subproject ff9a48fb213c2d1fd2e58b19c92264a3efadff7 +Subproject 86e4c9a6125cdddb0592a653f48c699a574ccf7 |