mirror of
https://github.com/mrkkrp/megaparsec.git
synced 2024-12-25 09:12:29 +03:00
Version bump (5.1.2), update ‘CHANGELOG.md’
This commit is contained in:
parent
e6c5c2beed
commit
fdc4f8071f
@ -1,3 +1,10 @@
|
||||
## Megaparsec 5.1.2
|
||||
|
||||
* Stopped using property tests with `dbg` helper to avoid flood of debugging
|
||||
info when test suite is run.
|
||||
|
||||
* Fixed the build with `QuickCheck` versions older than 2.9.0.
|
||||
|
||||
## Megaparsec 5.1.1
|
||||
|
||||
* Exported the `observing` primitive from `Text.Megaparsec`.
|
||||
|
@ -27,7 +27,7 @@
|
||||
-- POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
name: megaparsec
|
||||
version: 5.1.1
|
||||
version: 5.1.2
|
||||
cabal-version: >= 1.10
|
||||
license: BSD2
|
||||
license-file: LICENSE.md
|
||||
@ -124,7 +124,7 @@ test-suite tests
|
||||
, exceptions >= 0.6 && < 0.9
|
||||
, hspec >= 2.0 && < 3.0
|
||||
, hspec-expectations >= 0.5 && < 0.8
|
||||
, megaparsec >= 5.1.1
|
||||
, megaparsec >= 5.1.2
|
||||
, mtl >= 2.0 && < 3.0
|
||||
, scientific >= 0.3.1 && < 0.4
|
||||
, text >= 0.2 && < 1.3
|
||||
@ -150,7 +150,7 @@ benchmark benchmarks
|
||||
build-depends: base >= 4.6 && < 5.0
|
||||
, bytestring >= 0.10 && < 0.11
|
||||
, criterion >= 0.6.2.1 && < 1.2
|
||||
, megaparsec >= 5.1.1
|
||||
, megaparsec >= 5.1.2
|
||||
, text >= 0.2 && < 1.3
|
||||
default-language: Haskell2010
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user