[commit: packages/bytestring] master: Bump version to 0.10.8.1 (84253da)
git at git.haskell.org
git at git.haskell.org
Sun May 15 21:16:53 UTC 2016
Repository : ssh://git@git.haskell.org/bytestring
On branch : master
Link : http://git.haskell.org/packages/bytestring.git/commitdiff/84253da85952765dd7631e467cc2b1d1bba03f24
>---------------------------------------------------------------
commit 84253da85952765dd7631e467cc2b1d1bba03f24
Author: Duncan Coutts <duncan at community.haskell.org>
Date: Sun May 15 21:59:50 2016 +0100
Bump version to 0.10.8.1
And update changelog
>---------------------------------------------------------------
84253da85952765dd7631e467cc2b1d1bba03f24
Changelog.md | 5 +++++
bytestring.cabal | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/Changelog.md b/Changelog.md
index f162650..f044365 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,8 @@
+0.10.8.1 Duncan Coutts <duncan at community.haskell.org> May 2016
+
+ * Fix Builder output on big-endian architectures
+ * Fix building with ghc-7.6 and older
+
0.10.8.0 Duncan Coutts <duncan at community.haskell.org> May 2016
* Use Rabin-Karp substring search for `breakSubstring` and `findSubstring`
diff --git a/bytestring.cabal b/bytestring.cabal
index acf6ef1..5890959 100644
--- a/bytestring.cabal
+++ b/bytestring.cabal
@@ -1,5 +1,5 @@
Name: bytestring
-Version: 0.10.8.0
+Version: 0.10.8.1
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