[commit: packages/bytestring] master: Add a changelog (5475757)
git at git.haskell.org
git at git.haskell.org
Fri Jan 23 22:43:13 UTC 2015
Repository : ssh://git@git.haskell.org/bytestring
On branch : master
Link : http://git.haskell.org/packages/bytestring.git/commitdiff/547575709eeb723c12574452dc5da1184e08d5e5
>---------------------------------------------------------------
commit 547575709eeb723c12574452dc5da1184e08d5e5
Author: Duncan Coutts <duncan at community.haskell.org>
Date: Sun Nov 9 22:02:02 2014 +0000
Add a changelog
And drop Don as a listed maintainer.
>---------------------------------------------------------------
547575709eeb723c12574452dc5da1184e08d5e5
Changelog.md | 11 +++++++++++
bytestring.cabal | 3 +--
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/Changelog.md b/Changelog.md
new file mode 100644
index 0000000..e9e805c
--- /dev/null
+++ b/Changelog.md
@@ -0,0 +1,11 @@
+
+0.10.5.x (current development version)
+ * Rename inlinePerformIO so people don't misuse it
+
+0.10.4.1 Duncan Coutts <duncan at community.haskell.org> Nov 2014
+
+ * Fix integer overflow in concatenation functions
+ * Fix strictness of lazy bytestring foldl'
+ * Numerous minor documentation fixes
+ * Various testsuite improvements
+
diff --git a/bytestring.cabal b/bytestring.cabal
index 73f9235..022bc6b 100644
--- a/bytestring.cabal
+++ b/bytestring.cabal
@@ -51,8 +51,7 @@ Copyright: Copyright (c) Don Stewart 2005-2009,
Author: Don Stewart,
Duncan Coutts
-Maintainer: Don Stewart <dons00 at gmail.com>,
- Duncan Coutts <duncan at community.haskell.org>
+Maintainer: Duncan Coutts <duncan at community.haskell.org>
Homepage: https://github.com/haskell/bytestring
Bug-reports: https://github.com/haskell/bytestring/issues
Tested-With: GHC==7.8.1, GHC==7.6.3, GHC==7.4.2, GHC==7.0.4, GHC==6.12.3
More information about the ghc-commits
mailing list