The latest version of attoparsec-text is 0.8.5.3-0.
attoparsec-text
Version 0.8.5.1 revision 0 uploaded by BryanOSullivan.
Package meta
- Synopsis
- Fast combinator parsing for texts
- Description
A fast parser combinator library, aimed particularly at dealing efficiently with network protocols and complicated text/binary file formats.
This library is basically a translation of the original attoparsec library to use text instead of bytestrings.
Changes in version 0.8.5.0:
Ported changes from attoparsec 0.8.5.0.
Changes in version 0.8.2.1:
Permit newer version of containers for GHC 7.0.
Changes in version 0.8.2.0:
Add
IsString
instance toParser
.Add specializations of
<*
and*>
, see the docs for more information.Add
digit
,letter
,space
,decimal
,hexadecimal
,signed
,double
andrational
.
- Author
- Felipe Lessa <felipe.lessa@gmail.com>, Bryan O'Sullivan <bos@serpentine.com>
- Bug reports
- n/a
- Category
- Text, Parsing
- Copyright
- n/a
- Homepage
- http://patch-tag.com/r/felipe/attoparsec-text/home
- Maintainer
- Felipe Lessa <felipe.lessa@gmail.com>
- Package URL
- n/a
- Stability
- experimental