diff --git a/ChangeLog.md b/ChangeLog.md index 7248584..58e6980 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,8 @@ +### 3.1.15.0 + +- Add `INLINABLE` pragmas to most overloaded combinators +- Support recent versions of dependencies + ### 3.1.14.0 - Add `parseFromFile` to `Text.Parsec.Text.Lazy` and `Text.Parsec.Text` (#103, #104). diff --git a/parsec.cabal b/parsec.cabal index 73892f9..d549068 100644 --- a/parsec.cabal +++ b/parsec.cabal @@ -1,6 +1,6 @@ cabal-version: 1.12 name: parsec -version: 3.1.14.1 +version: 3.1.15.0 synopsis: Monadic parser combinators description: Parsec is designed from scratch as an industrial-strength parser @@ -20,7 +20,7 @@ description: Parsec is designed from scratch as an industrial-strength parser license: BSD2 license-file: LICENSE author: Daan Leijen , Paolo Martini , Antoine Latter -maintainer: Herbert Valerio Riedel +maintainer: Oleg Grenrus , Herbert Valerio Riedel homepage: https://github.com/haskell/parsec bug-reports: https://github.com/haskell/parsec/issues category: Parsing