packages feed

staversion 0.2.3.3 → 0.2.3.4

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~QuickCheckPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: QuickCheck

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for staversion +## 0.2.3.4  -- 2020-03-29++* Confirm test with `QuickCheck-2.14`.+ ## 0.2.3.3  -- 2020-01-02  * Confirm test with `megaparsec-8.0.0` and `base-4.13`.
staversion.cabal view
@@ -1,5 +1,5 @@ name:                   staversion-version:                0.2.3.3+version:                0.2.3.4 author:                 Toshio Ito <debug.ito@gmail.com> maintainer:             Toshio Ito <debug.ito@gmail.com> license:                BSD3@@ -110,7 +110,7 @@   build-depends:        base, staversion, text, filepath, bytestring,                         Cabal, semigroups,                         hspec >=2.1.7,-                        QuickCheck >=2.8.1 && <2.14,+                        QuickCheck >=2.8.1 && <2.15,                         heredoc >=0.2.0.0 && <0.3  flag network-test