Skip to content

Commit

Permalink
Version bump (5.1.2), update ‘CHANGELOG.md’
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp committed Oct 6, 2016
1 parent e6c5c2b commit fdc4f80
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -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`.
Expand Down
6 changes: 3 additions & 3 deletions megaparsec.cabal
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit fdc4f80

Please sign in to comment.