[commit: packages/bytestring] master: Update changelog and add it to the tarball (3ce8218)
git at git.haskell.org
git at git.haskell.org
Fri Mar 20 19:36:47 UTC 2015
Repository : ssh://git@git.haskell.org/bytestring
On branch : master
Link : http://git.haskell.org/packages/bytestring.git/commitdiff/3ce82181141cb053bb4d25b428cf2539258b709a
>---------------------------------------------------------------
commit 3ce82181141cb053bb4d25b428cf2539258b709a
Author: Duncan Coutts <duncan at community.haskell.org>
Date: Fri Mar 20 16:54:35 2015 +0000
Update changelog and add it to the tarball
>---------------------------------------------------------------
3ce82181141cb053bb4d25b428cf2539258b709a
Changelog.md | 4 +++-
bytestring.cabal | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/Changelog.md b/Changelog.md
index 731256e..5f4e644 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,11 +1,13 @@
-0.10.5.x (current development version)
+0.10.6.0 Duncan Coutts <duncan at community.haskell.org> Mar 2015
* Rename inlinePerformIO so people don't misuse it
* Fix a corner case in unfoldrN
* Export isSuffixOf from D.B.Lazy.Char8
* Add D.B.Lazy.elemIndexEnd
* Fix readFile for files with incorrectly reported file size
+ * Fix for builder performance with ghc 7.10
+ * Fix building with ghc 6.12
0.10.4.1 Duncan Coutts <duncan at community.haskell.org> Nov 2014
diff --git a/bytestring.cabal b/bytestring.cabal
index a742667..6f6d68d 100644
--- a/bytestring.cabal
+++ b/bytestring.cabal
@@ -57,7 +57,7 @@ Bug-reports: https://github.com/haskell/bytestring/issues
Tested-With: GHC==7.10.1, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2, GHC==6.12.3
Build-Type: Simple
Cabal-Version: >= 1.10
-extra-source-files: README.md
+extra-source-files: README.md Changelog.md
source-repository head
type: git
More information about the ghc-commits
mailing list