diff --git a/parsley/parsley.cabal b/parsley/parsley.cabal index 8f203ef5..4f0d7e92 100644 --- a/parsley/parsley.cabal +++ b/parsley/parsley.cabal @@ -5,7 +5,7 @@ name: parsley -- | +------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change -version: 1.0.0.1 +version: 1.0.0.2 synopsis: A fast parser combinator library backed by Typed Template Haskell description: Parsley is a staged selective parser combinator library, which means it does not support monadic operations, and relies on Typed Template