[commit: haddock] wip/attoparsec-update: Update to attoparsec-0.12.1.1 (44194c3)

git at git.haskell.org git at git.haskell.org
Wed Jul 8 08:29:35 UTC 2015


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

On branch  : wip/attoparsec-update
Link       : http://git.haskell.org/haddock.git/commitdiff/44194c35829a2087545e5579bba2fb8dea96e1fe

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

commit 44194c35829a2087545e5579bba2fb8dea96e1fe
Author: Mateusz Kowalczyk <fuuzetsu at fuuzetsu.co.uk>
Date:   Fri Aug 8 01:41:34 2014 +0200

    Update to attoparsec-0.12.1.1
    
    Preliminary results show a significant memory improvement and slight
    speed improvement.


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

44194c35829a2087545e5579bba2fb8dea96e1fe
 haddock-library/.ghci                              |   2 +-
 haddock-library/haddock-library.cabal              |  11 +-
 .../vendor/attoparsec-0.10.4.0/Data/Attoparsec.hs  |  18 -
 .../Data/Attoparsec/Internal.hs                    |  31 --
 .../Data/Attoparsec/Internal/Types.hs              | 227 -----------
 .../vendor/attoparsec-0.12.1.1/Data/Attoparsec.hs  |  23 ++
 .../Data/Attoparsec/ByteString.hs                  |  82 ++--
 .../Data/Attoparsec/ByteString/Buffer.hs           | 151 +++++++
 .../Data/Attoparsec/ByteString/Char8.hs            | 194 +++------
 .../Data/Attoparsec/ByteString/FastSet.hs          |   4 +-
 .../Data/Attoparsec/ByteString/Internal.hs         | 439 ++++++++++-----------
 .../Data/Attoparsec/Combinator.hs                  |  93 +++--
 .../Data/Attoparsec/Internal.hs                    | 142 +++++++
 .../Data/Attoparsec/Internal/Fhthagn.hs            |  18 +
 .../Data/Attoparsec/Internal/Types.hs              | 230 +++++++++++
 .../Data/Attoparsec/Number.hs                      |  12 +-
 haddock-library/vendor/attoparsec-0.12.1.1/LICENSE |  30 ++
 17 files changed, 979 insertions(+), 728 deletions(-)

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

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 44194c35829a2087545e5579bba2fb8dea96e1fe


More information about the ghc-commits mailing list