[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
- Previous message: [commit: haddock] 2.15, 2.15.0.1, 2.15.0.2, T6018-injective-type-families, adamse-D1033, clean, fix-travis, ghc-head, master, metainfo, v2.15, wip/10268, wip/10313, wip/D538, wip/D538-1, wip/D538-2, wip/D538-3, wip/D538-4, wip/D538-5, wip/D538-6, wip/D548-master, wip/D548-master-2, wip/T10483, wip/T8584, wip/T9840, wip/api-ann-hstylit, wip/api-ann-hstylit-1, wip/api-ann-hstylit-2, wip/api-ann-hstylit-3, wip/api-ann-hstylit-4, wip/api-ann-hstylit-5, wip/api-annot-tweaks-7.10, wip/api-annots-ghc-7.10-3, wip/ast-annotations-separate, wip/ast-prepare-annotations, wip/ast-prepare-annotations-final, wip/ast-prepare-annotations-final2, wip/ast-prepare-annotations-final3, wip/ast-prepare-annotations-final4, wip/ast-prepare-annotations-final5, wip/ast-prepare-annotations-final6, wip/attoparsec-update, wip/landmine-param-family, wip/orf-new, wip/orf-reboot, wip/pattern-synonyms, wip/rae, wip/remove-cabal-dep, wip/trac-9744: Ignore TAGS files. (d9b224f)
- Next message: [commit: haddock] wip/attoparsec-update: Update main cabal file too (ddf11f0)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [commit: haddock] 2.15, 2.15.0.1, 2.15.0.2, T6018-injective-type-families, adamse-D1033, clean, fix-travis, ghc-head, master, metainfo, v2.15, wip/10268, wip/10313, wip/D538, wip/D538-1, wip/D538-2, wip/D538-3, wip/D538-4, wip/D538-5, wip/D538-6, wip/D548-master, wip/D548-master-2, wip/T10483, wip/T8584, wip/T9840, wip/api-ann-hstylit, wip/api-ann-hstylit-1, wip/api-ann-hstylit-2, wip/api-ann-hstylit-3, wip/api-ann-hstylit-4, wip/api-ann-hstylit-5, wip/api-annot-tweaks-7.10, wip/api-annots-ghc-7.10-3, wip/ast-annotations-separate, wip/ast-prepare-annotations, wip/ast-prepare-annotations-final, wip/ast-prepare-annotations-final2, wip/ast-prepare-annotations-final3, wip/ast-prepare-annotations-final4, wip/ast-prepare-annotations-final5, wip/ast-prepare-annotations-final6, wip/attoparsec-update, wip/landmine-param-family, wip/orf-new, wip/orf-reboot, wip/pattern-synonyms, wip/rae, wip/remove-cabal-dep, wip/trac-9744: Ignore TAGS files. (d9b224f)
- Next message: [commit: haddock] wip/attoparsec-update: Update main cabal file too (ddf11f0)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list