packages feed

keyed-vals-hspec-tests 0.2.1.0 → 0.2.2.0

raw patch · 2 files changed

+10/−3 lines, 2 filesdep ~bytestringdep ~http-api-dataPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bytestring, http-api-data

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -2,6 +2,13 @@  `keyed-vals-hspec-tests` uses [PVP Versioning][1]. +## 0.2.2.0 -- 2023-07-11++Changed++* Relax constraints on the http-api-data dependency+* Relax constraints on the bytestring dependency+ ## 0.2.1.0 -- 2023-07-11  Changed
keyed-vals-hspec-tests.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               keyed-vals-hspec-tests-version:            0.2.1.0+version:            0.2.2.0 license:            BSD-3-Clause license-file:       LICENSE maintainer:         adetokunbo@emio.la@@ -36,10 +36,10 @@   build-depends:     , aeson          >=1.5.1    && <2.3     , base           >=4.11     && <5.0-    , bytestring     >=0.10.8.2 && <0.11 || >=0.11.3.1 && <0.12+    , bytestring     >=0.10.8.2 && <0.11 || >=0.11.3.1 && <0.12.1     , benri-hspec    >=0.1      && <0.2     , containers     >=0.6.5    && <0.7     , hspec          >=2.7      && <2.12-    , http-api-data  >=0.5      && <0.6+    , http-api-data  >=0.5      && <0.7     , keyed-vals     >=0.2      && <0.3     , text           >=1.2.4    && <1.3  || >=2.0