tmp-proc-redis 0.7.0.0 → 0.7.2.4
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~bytestringdep ~hedisPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: bytestring, hedis
API changes (from Hackage documentation)
- System.TmpProc.Docker.Redis: -- <i>a-postgres-db</i>
+ System.TmpProc.Docker.Redis: -- e.g, <i>a-postgres-db</i>
Files
- ChangeLog.md +4/−0
- tmp-proc-redis.cabal +3/−3
ChangeLog.md view
@@ -2,6 +2,10 @@ `tmp-proc-redis` uses [PVP Versioning][1]. +## 0.7.2.4 -- 2025-03-25++* Relax the upper bound on bytestring+ ## 0.7.0.0 -- 2024-05-12 * Extend the upper bound for tmp-proc to allow 0.7
tmp-proc-redis.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: tmp-proc-redis-version: 0.7.0.0+version: 0.7.2.4 synopsis: Launch Redis in docker using tmp-proc description: Demos how to use tmp-proc to run Redis in docker in a unittest.@@ -28,8 +28,8 @@ hs-source-dirs: src build-depends: , base >=4.11 && <5- , bytestring >=0.10.8.2 && <0.12.2- , hedis >=0.10.4 && <0.16+ , bytestring >=0.10.8 && <0.11 || >=0.11.3 && <0.13+ , hedis >=0.12.13 && <0.16 , text >=1.2.3 && <2.2 , tmp-proc >=0.5.3 && <0.8