[commit: packages/bytestring] 0.10.4.x: Add a changelog (7d8d3b4)

git at git.haskell.org git at git.haskell.org
Fri Jan 23 22:43:09 UTC 2015


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

On branch  : 0.10.4.x
Link       : http://git.haskell.org/packages/bytestring.git/commitdiff/7d8d3b46e51cfd2c5fdb7292d60a25f0cee34744

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

commit 7d8d3b46e51cfd2c5fdb7292d60a25f0cee34744
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.


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

7d8d3b46e51cfd2c5fdb7292d60a25f0cee34744
 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 5deed76..12ea707 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