keyed-vals-hspec-tests 0.2.2.0 → 0.2.3.0
raw patch · 2 files changed
+8/−2 lines, 2 filesdep ~containersPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: containers
API changes (from Hackage documentation)
- Test.KeyedVals.Hspec: data ByteString
+ Test.KeyedVals.Hspec: data () => ByteString
- Test.KeyedVals.Hspec: data Glob
+ Test.KeyedVals.Hspec: data () => Glob
- Test.KeyedVals.Hspec: data Handle (m :: Type -> Type)
+ Test.KeyedVals.Hspec: data () => Handle (m :: Type -> Type)
- Test.KeyedVals.Hspec: data HandleErr
+ Test.KeyedVals.Hspec: data () => HandleErr
- Test.KeyedVals.Hspec: data Natural
+ Test.KeyedVals.Hspec: data () => Natural
- Test.KeyedVals.Hspec: data NonEmpty a
+ Test.KeyedVals.Hspec: data () => NonEmpty a
Files
- ChangeLog.md +6/−0
- keyed-vals-hspec-tests.cabal +2/−2
ChangeLog.md view
@@ -2,6 +2,12 @@ `keyed-vals-hspec-tests` uses [PVP Versioning][1]. +## 0.2.3.0 -- 2024-01-09++Changed++* Relax constraints on the containers dependency+ ## 0.2.2.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.2.0+version: 0.2.3.0 license: BSD-3-Clause license-file: LICENSE maintainer: adetokunbo@emio.la@@ -38,7 +38,7 @@ , base >=4.11 && <5.0 , 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+ , containers >=0.6.5 && <0.8 , hspec >=2.7 && <2.12 , http-api-data >=0.5 && <0.7 , keyed-vals >=0.2 && <0.3