Skip to content

Commit

Permalink
Bump version, add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Nov 19, 2021
1 parent bd3c35d commit fb9aa04
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
4 changes: 2 additions & 2 deletions parsec.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -20,7 +20,7 @@ description: Parsec is designed from scratch as an industrial-strength parser
license: BSD2
license-file: LICENSE
author: Daan Leijen <daan@microsoft.com>, Paolo Martini <paolo@nemail.it>, Antoine Latter <aslatter@gmail.com>
maintainer: Herbert Valerio Riedel <hvr@gnu.org>
maintainer: Oleg Grenrus <oleg.grenrus@iki.fi>, Herbert Valerio Riedel <hvr@gnu.org>
homepage: https://github.com/haskell/parsec
bug-reports: https://github.com/haskell/parsec/issues
category: Parsing
Expand Down

0 comments on commit fb9aa04

Please # to comment.