packages feed

parser-unbiased-choice-monad-embedding 0.0.0.2 → 0.0.0.3

raw patch · 2 files changed

+6/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog view
@@ -1,1 +1,2 @@ 0.0.0.2: Docs and comments+0.0.0.3: Metainfo
parser-unbiased-choice-monad-embedding.cabal view
@@ -1,8 +1,10 @@ cabal-version:             3.0 name:                      parser-unbiased-choice-monad-embedding-version:                   0.0.0.2-synopsis:                  Parsing combinator library with unbiased choice and support for embedding arbitrary monad. You may use applicative or arrow style. Supports left recursion, location tracking, parsing and semantic error messages, heuristic ambiguity checking. Based on Earley-description:               Parsing combinator library with unbiased choice and support for embedding arbitrary monad. You may use applicative or arrow style. Supports left recursion, location tracking, parsing and semantic error messages, heuristic ambiguity checking. Based on Earley.+version:                   0.0.0.3+synopsis:                  Parsing library with unbiased choice and support for embedding arbitrary monad+description:               Parsing library with unbiased choice and support for embedding arbitrary monad.++ You may use applicative or arrow style. Supports left recursion, location tracking, parsing and semantic error messages, heuristic ambiguity checking. Based on Earley.   See announcement https://mail.haskell.org/pipermail/haskell-cafe/2021-July/134205.html for more info.