tmp-proc-example 0.5.0.0 → 0.5.1.0
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~basedep ~tmp-proc
Dependency ranges changed: base, tmp-proc
Files
- ChangeLog.md +4/−0
- tmp-proc-example.cabal +3/−3
ChangeLog.md view
@@ -2,6 +2,10 @@ `tmp-proc-example` uses [PVP Versioning][1]. +## 0.5.1.0 -- 2022-08-08++* Bump version of text and base+ ## 0.5.0.0 -- 2021-09-28 * First version.
tmp-proc-example.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: tmp-proc-example-version: 0.5.0.0+version: 0.5.1.0 synopsis: Shows how to test a simple service using tmp-proc description: Provides working examples that use tmp-proc to test a simple postgresql/redis servant-based API service@@ -42,7 +42,7 @@ hs-source-dirs: src specs build-depends: , aeson- , base >=4.11 && <4.16+ , base >=4.11 && <5 , bytestring , exceptions , hedis@@ -63,7 +63,7 @@ , tasty-hunit , text , time- , tmp-proc+ , tmp-proc >= 0.5.1.0 , tmp-proc-postgres , tmp-proc-redis , transformers