packages feed

hspec-tmp-proc 0.5.1.2 → 0.5.2.0

raw patch · 2 files changed

+6/−2 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 view
@@ -1,5 +1,9 @@ # Revision history for hspec-tmp-proc +## 0.5.2.0 -- 2023-07-17++* Reflect new lower bounds in tmp-proc 0.5.2.0+ ## 0.5.1.2 -- 2022-08-11  * Relax version bounds
hspec-tmp-proc.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               hspec-tmp-proc-version:            0.5.1.2+version:            0.5.2.0 synopsis:           Simplify use of tmp-proc from hspec tests description:        Reduces boilerplate when using tmp-proc with hspec license:            BSD-3-Clause@@ -31,7 +31,7 @@   build-depends:     , base      >=4.11    && <5     , hspec     >=2.7.0   && <2.12.0-    , tmp-proc  >=0.5.0 && <0.6.0+    , tmp-proc  >=0.5.2 && <0.6.0    default-language: Haskell2010   ghc-options:      -fno-ignore-asserts -Wall