Repository : ssh://darcs.haskell.org//srv/darcs/packages/bytestring

On branch  : ghc-7.6

http://hackage.haskell.org/trac/ghc/changeset/17953155b9dc0c335d10bc2b32ccdf8a40fd58bc

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

commit 17953155b9dc0c335d10bc2b32ccdf8a40fd58bc
Author: Ian Lynagh <[email protected]>
Date:   Sat Nov 17 14:19:33 2012 +0000

    Revert back to code released with GHC 7.6.1

 Data/ByteString.hs                                 |   29 +-
 Data/ByteString/Builder.hs                         |  452 ----------
 Data/ByteString/Builder/ASCII.hs                   |  270 ------
 Data/ByteString/Builder/Extra.hs                   |  218 -----
 Data/ByteString/Builder/Internal.hs                |  859 -------------------
 Data/ByteString/Builder/Prim.hs                    |  776 -----------------
 Data/ByteString/Builder/Prim/ASCII.hs              |  287 -------
 Data/ByteString/Builder/Prim/Binary.hs             |  336 --------
 Data/ByteString/Builder/Prim/Extra.hs              |  890 --------------------
 Data/ByteString/Builder/Prim/Internal.hs           |  361 --------
 Data/ByteString/Builder/Prim/Internal/Base16.hs    |  116 ---
 Data/ByteString/Builder/Prim/Internal/Floating.hs  |   55 --
 .../Builder/Prim/Internal/UncheckedShifts.hs       |  106 ---
 Data/ByteString/Char8.hs                           |   23 +-
 Data/ByteString/Internal.hs                        |   48 +-
 Data/ByteString/Lazy.hs                            |   13 +-
 Data/ByteString/Lazy/Char8.hs                      |   23 +-
 Data/ByteString/Unsafe.hs                          |   34 -
 bench/BenchAll.hs                                  |  180 ++--
 bench/BoundsCheckFusion.hs                         |   32 +-
 bytestring.cabal                                   |   91 ++-
 include/fpstring.h                                 |   12 +
 tests/Properties.hs                                |   10 -
 .../Data/ByteString/Builder/Prim/TestUtils.hs      |  385 ---------
 .../builder/Data/ByteString/Builder/Prim/Tests.hs  |  337 --------
 tests/builder/Data/ByteString/Builder/Tests.hs     |  681 ---------------
 tests/builder/TestSuite.hs                         |   10 +-
 27 files changed, 213 insertions(+), 6421 deletions(-)


Diff suppressed because of size. To see it, use:

    git show 17953155b9dc0c335d10bc2b32ccdf8a40fd58bc

_______________________________________________
Cvs-libraries mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to