hspec-tmp-proc 0.6.0.0 → 0.7.0.0
raw patch · 2 files changed
+7/−8 lines, 2 filesdep ~tmp-procPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: tmp-proc
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- hspec-tmp-proc.cabal +3/−8
ChangeLog.md view
@@ -2,6 +2,10 @@ `hspec-tmp-proc` uses [PVP Versioning][1]. +## 0.7.0.0 -- 2024-05-12++* Extend the upper bound for tmp-proc to allow 0.7+ ## 0.6.0.0 -- 2024-01-09 * Extend the upper bound for tmp-proc to 0.6
hspec-tmp-proc.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: hspec-tmp-proc-version: 0.6.0.0+version: 0.7.0.0 synopsis: Simplify use of tmp-proc from hspec tests description: Reduces boilerplate when using tmp-proc with hspec license: BSD-3-Clause@@ -15,12 +15,7 @@ extra-source-files: ChangeLog.md README.md-tested-with:- GHC == 8.8.4- GHC == 8.10.7- GHC == 9.0.2- GHC == 9.2.8- GHC == 9.4.5+tested-with: GHC ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.5 source-repository head type: git@@ -33,7 +28,7 @@ build-depends: , base >=4.11 && <5 , hspec >=2.7.0 && <2.12.0- , tmp-proc >=0.5.2 && <0.7.0+ , tmp-proc >=0.5.2 && <0.8 default-language: Haskell2010 ghc-options: -fno-ignore-asserts -Wall