tmp-proc 0.6.2.0 → 0.6.2.1
raw patch · 2 files changed
+6/−1 lines, 2 files
Files
- ChangeLog.md +4/−0
- tmp-proc.cabal +2/−1
ChangeLog.md view
@@ -2,6 +2,10 @@ `tmp-proc` uses [PVP Versioning][1]. +## 0.6.2.1 -- 2024-04-21++* Fix formatting in the cabal description+ ## 0.6.2.0 -- 2024-04-19 * Introduce the Preparer typeclass that allows dynamic setup of resources for
tmp-proc.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: tmp-proc-version: 0.6.2.0+version: 0.6.2.1 synopsis: Run 'tmp' processes in integration tests description: @tmp-proc@ runs services in docker containers for use in integration tests.@@ -8,6 +8,7 @@ similar to how /tmp/ file or directories are used. It aspires to provide a user-friendly API, while including useful features such as+ * launch of multiple services on docker during test setup * delayed test execution until the launched services are available * simplified use of connections to the services from a [WAI](https://hackage.haskell.org/package/wai) server under test