tmp-proc-redis 0.5.0.0 → 0.5.0.1
raw patch · 3 files changed
+9/−2 lines, 3 filesdep ~hedisPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hedis
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- README.md +3/−0
- tmp-proc-redis.cabal +2/−2
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for tmp-proc-redis +## 0.5.0.1 -- 2021-09-29++* Relax the upper bound of the hedis dependency+ ## 0.5.0.0 -- 2021-09-28 * First version. Extracted from an unreleased version of the tmp-proc library
README.md view
@@ -1,5 +1,8 @@ # tmp-proc-redis +[](https://hackage.haskell.org/package/tmp-proc-redis)+[](https://github.com/adetokunbo/tmp-proc/blob/master/tmp-proc-redis/LICENSE)+ `tmp-proc-redis` provides an example of using `tmp-proc` to launch dockerized Redis in integration tests.
tmp-proc-redis.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: tmp-proc-redis-version: 0.5.0.0+version: 0.5.0.1 synopsis: Shows how to run redis as a tmp proc description: An example of using tmp-proc to launch dockerized redis in integration tests.@@ -29,7 +29,7 @@ build-depends: , base >=4.11 && <4.16 , bytestring >=0.10.8.2 && <0.12- , hedis >=0.10.4 && <0.15+ , hedis >=0.10.4 && <0.16 , text ^>=1.2.3 , tmp-proc >=0.5.0.0 && <0.6.0.0