attoparsec-text 0.8.5.1 → 0.8.5.2
raw patch · 4 files changed
+4/−1 lines, 4 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Data/Attoparsec/Text.hs +1/−0
- Data/Attoparsec/Text/FastSet.hs +1/−0
- Data/Attoparsec/Text/Lazy.hs +1/−0
- attoparsec-text.cabal +1/−1
Data/Attoparsec/Text.hs view
@@ -11,6 +11,7 @@ -- loosely based on the Parsec library. module Data.Attoparsec.Text+ {-# DEPRECATED "Use version 0.10 or newer of the attoparsec package instead" #-} ( -- * Differences from Parsec -- $parsec
Data/Attoparsec/Text/FastSet.hs view
@@ -14,6 +14,7 @@ -- ----------------------------------------------------------------------------- module Data.Attoparsec.Text.FastSet+ {-# DEPRECATED "Use version 0.10 or newer of the attoparsec package instead" #-} ( -- * Data type FastSet
Data/Attoparsec/Text/Lazy.hs view
@@ -22,6 +22,7 @@ -- 'T.Text' parameters. module Data.Attoparsec.Text.Lazy+ {-# DEPRECATED "Use version 0.10 or newer of the attoparsec package instead" #-} ( Result(..) , module Data.Attoparsec.Text
attoparsec-text.cabal view
@@ -1,5 +1,5 @@ name: attoparsec-text-version: 0.8.5.1+version: 0.8.5.2 license: BSD3 license-file: LICENSE category: Text, Parsing