[commit: haddock] master: Add ByteString version of Attoparsec (c1228df)
git at git.haskell.org
git at git.haskell.org
Sun Jan 12 20:51:17 UTC 2014
Repository : ssh://git@git.haskell.org/haddock
On branch : master
Link : http://git.haskell.org/haddock.git/commitdiff/c1228df0339d041b455bb993786a9ed6322c5e01
>---------------------------------------------------------------
commit c1228df0339d041b455bb993786a9ed6322c5e01
Author: Mateusz Kowalczyk <fuuzetsu at fuuzetsu.co.uk>
Date: Tue Jul 9 14:11:22 2013 +0100
Add ByteString version of Attoparsec
>---------------------------------------------------------------
c1228df0339d041b455bb993786a9ed6322c5e01
.ghci | 2 +-
haddock.cabal | 57 +-
vendor/attoparsec-0.10.4.0/Data/Attoparsec.hs | 18 +
.../Data/Attoparsec/ByteString.hs | 205 ++++++++
.../Data/Attoparsec/ByteString/Char8.hs | 549 ++++++++++++++++++++
.../Data/Attoparsec/ByteString/FastSet.hs | 115 ++++
.../Data/Attoparsec/ByteString/Internal.hs | 516 ++++++++++++++++++
.../Data/Attoparsec/Combinator.hs | 205 ++++++++
.../Data/Attoparsec/Internal.hs | 31 ++
.../Data/Attoparsec/Internal/Types.hs | 227 ++++++++
.../attoparsec-0.10.4.0/Data/Attoparsec/Number.hs | 127 +++++
11 files changed, 2034 insertions(+), 18 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 c1228df0339d041b455bb993786a9ed6322c5e01
More information about the ghc-commits
mailing list