packages feed

parsers 0.12.5 → 0.12.6

raw patch · 3 files changed

+8/−3 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

.travis.yml view
@@ -34,9 +34,9 @@     - env: CABALVER=1.24 GHCVER=8.0.2       compiler: ": #GHC 8.0.2"       addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.2,hlint], sources: [hvr-ghc]}}-    - env: CABALVER=1.24 GHCVER=8.2.1+    - env: CABALVER=2.0 GHCVER=8.2.1       compiler: ": #GHC 8.2.1"-      addons: {apt: {packages: [cabal-install-1.24,ghc-8.2.1,hlint], sources: [hvr-ghc]}}+      addons: {apt: {packages: [cabal-install-2.0,ghc-8.2.1,hlint], sources: [hvr-ghc]}}  before_install:  - unset CC
CHANGELOG.markdown view
@@ -1,3 +1,7 @@+0.12.6+------+* Add a library dependency in the `doctests` test suite+ 0.12.5 ------ * Allow building with GHC 8.2
parsers.cabal view
@@ -1,6 +1,6 @@ name:          parsers category:      Text, Parsing-version:       0.12.5+version:       0.12.6 license:       BSD3 cabal-version: >= 1.10 license-file:  LICENSE@@ -79,6 +79,7 @@     directory >= 1.0,     doctest >= 0.9.1,     filepath,+    parsers,     QuickCheck,     quickcheck-instances   ghc-options: -Wall -threaded