packages feed

attoparsec-text 0.8.5.2 → 0.8.5.3

raw patch · 1 files changed

+4/−26 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

attoparsec-text.cabal view
@@ -1,5 +1,5 @@ name:            attoparsec-text-version:         0.8.5.2+version:         0.8.5.3 license:         BSD3 license-file:    LICENSE category:        Text, Parsing@@ -7,35 +7,13 @@ maintainer:      Felipe Lessa <felipe.lessa@gmail.com> stability:       experimental tested-with:     GHC == 6.12.1, GHC == 7.0.1-synopsis:        Fast combinator parsing for texts+synopsis:        (deprecated) cabal-version:   >= 1.6 homepage:        http://patch-tag.com/r/felipe/attoparsec-text/home build-type:      Simple 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 to @Parser@.-    .-    * Add specializations of @\<*@ and @*\>@, see the docs for-      more information.-    .-    * Add @digit@, @letter@, @space@, @decimal@, @hexadecimal@,-      @signed@, @double@ and @rational@.+    This package has been deprecated.  Now the @attoparsec@+    includes all functionality from this library. extra-source-files:     README.markdown     benchmarks/Makefile