[commit: packages/bytestring] master: Bump to 0.10.8.2 and update changelog (ab2baae)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:31:56 UTC 2017


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

On branch  : master
Link       : http://git.haskell.org/packages/bytestring.git/commitdiff/ab2baae16f8a357e0d791d8e81f71f14dd7c76c9

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

commit ab2baae16f8a357e0d791d8e81f71f14dd7c76c9
Author: Duncan Coutts <duncan at community.haskell.org>
Date:   Sun Nov 13 21:13:24 2016 +0000

    Bump to 0.10.8.2 and update changelog


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

ab2baae16f8a357e0d791d8e81f71f14dd7c76c9
 Changelog.md     | 9 +++++++++
 bytestring.cabal | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/Changelog.md b/Changelog.md
index f044365..78d4304 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,12 @@
+0.10.8.2 (current dev version)
+
+ * Make readFile work for files with no size like /dev/null
+ * Extend the cases in which concat and toStrict can avoid copying data
+ * Fix building with ghc-7.0
+ * Minor documentation improvements
+ * Internal code cleanups
+
+
 0.10.8.1 Duncan Coutts <duncan at community.haskell.org> May 2016
 
  * Fix Builder output on big-endian architectures
diff --git a/bytestring.cabal b/bytestring.cabal
index b47bc9f..53d4edf 100644
--- a/bytestring.cabal
+++ b/bytestring.cabal
@@ -1,5 +1,5 @@
 Name:                bytestring
-Version:             0.10.8.1
+Version:             0.10.8.2
 Synopsis:            Fast, compact, strict and lazy byte strings with a list interface
 Description:
     An efficient compact, immutable byte string type (both strict and lazy)



More information about the ghc-commits mailing list