tmp-proc-example 0.5.1.1 → 0.5.1.2
raw patch · 2 files changed
+8/−1 lines, 2 files
Files
- ChangeLog.md +4/−0
- tmp-proc-example.cabal +4/−1
ChangeLog.md view
@@ -2,6 +2,10 @@ `tmp-proc-example` uses [PVP Versioning][1]. +## 0.5.1.2 -- 2022-08-16++* Bump versions of tmp-proc dependencies+ ## 0.5.1.0 -- 2022-08-08 * Bump version of text and base
tmp-proc-example.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: tmp-proc-example-version: 0.5.1.1+version: 0.5.1.2 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@@ -16,7 +16,10 @@ extra-source-files: ChangeLog.md tested-with:+ GHC == 8.8.4 GHC == 8.10.5+ GHC == 8.10.7+ GHC == 9.2.2 source-repository head type: git