Repository : ssh://darcs.haskell.org//srv/darcs/packages/bytestring On branch : ghc-7.6
http://hackage.haskell.org/trac/ghc/changeset/65e40bdf5b3a2484b36221a71b054e4400361a5f >--------------------------------------------------------------- commit 65e40bdf5b3a2484b36221a71b054e4400361a5f Author: Ian Lynagh <[email protected]> Date: Fri Nov 30 14:58:47 2012 +0000 Add missing files Pointed out by Hamish Mackenzie Data/ByteString/Lazy/Builder.hs | 451 ++++++++++ Data/ByteString/Lazy/Builder/ASCII.hs | 262 ++++++ Data/ByteString/Lazy/Builder/BasicEncoding.hs | 804 ++++++++++++++++++ .../ByteString/Lazy/Builder/BasicEncoding/ASCII.hs | 287 +++++++ .../Lazy/Builder/BasicEncoding/Binary.hs | 336 ++++++++ .../Lazy/Builder/BasicEncoding/Extras.hs | 890 ++++++++++++++++++++ .../Lazy/Builder/BasicEncoding/Internal.hs | 353 ++++++++ .../Lazy/Builder/BasicEncoding/Internal/Base16.hs | 116 +++ .../Builder/BasicEncoding/Internal/Floating.hs | 55 ++ .../BasicEncoding/Internal/UncheckedShifts.hs | 106 +++ Data/ByteString/Lazy/Builder/Extras.hs | 125 +++ Data/ByteString/Lazy/Builder/Internal.hs | 854 +++++++++++++++++++ .../Lazy/Builder/BasicEncoding/TestUtils.hs | 339 ++++++++ .../ByteString/Lazy/Builder/BasicEncoding/Tests.hs | 337 ++++++++ .../builder/Data/ByteString/Lazy/Builder/Tests.hs | 636 ++++++++++++++ 15 files changed, 5951 insertions(+), 0 deletions(-) Diff suppressed because of size. To see it, use: git show 65e40bdf5b3a2484b36221a71b054e4400361a5f _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
