[commit: packages/bytestring] ghc-head: Merge http://github.com/haskell/bytestring into ghc-head (7d5b516)
git at git.haskell.org
git at git.haskell.org
Thu Aug 29 10:19:20 CEST 2013
Repository : ssh://git@git.haskell.org/bytestring
On branch : ghc-head
Link : http://git.haskell.org/?p=packages/bytestring.git;a=commit;h=7d5b516ad0937b7cdc29798db33a37a598123b6c
>---------------------------------------------------------------
commit 7d5b516ad0937b7cdc29798db33a37a598123b6c
Merge: 7090611 2cafebf
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Thu Aug 29 09:26:01 2013 +0200
Merge http://github.com/haskell/bytestring into ghc-head
>---------------------------------------------------------------
7d5b516ad0937b7cdc29798db33a37a598123b6c
.gitignore | 2 +
.hgignore | 2 +
Data/ByteString/Builder.hs | 8 ++-
Data/ByteString/Char8.hs | 11 +--
Data/ByteString/Internal.hs | 54 +++++++++++++-
Data/ByteString/Lazy/Builder/ASCII.hs | 10 +++
Data/ByteString/Unsafe.hs | 37 +---------
bytestring.cabal | 8 +--
cbits/itoa.c | 2 +-
tests/.gitignore | 2 +
tests/Properties.hs | 7 +-
tests/Rules.hs | 7 ++
tests/TestFramework.hs | 3 +
.../Data/ByteString/Builder/Prim/TestUtils.hs | 15 ++--
.../builder/Data/ByteString/Builder/Prim/Tests.hs | 12 ++--
tests/builder/Data/ByteString/Builder/Tests.hs | 6 ++
tests/builder/TestSuite.hs | 8 +--
tests/bytestring-tests.cabal | 76 ++++++++++++++++++++
18 files changed, 200 insertions(+), 70 deletions(-)
More information about the ghc-commits
mailing list