packages feed

hspec-tmp-proc 0.5.0.0 → 0.5.0.1

raw patch · 3 files changed

+9/−1 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for hspec-tmp-proc +## 0.5.0.1 -- 2021-09-30++* Add a link to the home page+ ## 0.5.0.0 -- 2021-09-28  * Initial release
README.md view
@@ -1,5 +1,8 @@ # hspec-tmp-proc +[![Hackage](https://img.shields.io/hackage/v/hspec-tmp-proc.svg)](https://hackage.haskell.org/package/hspec-tmp-proc)+[![BSD-3.0 license](https://img.shields.io/badge/license-BSD--3.0-blue.svg)](https://github.com/adetokunbo/tmp-proc/blob/master/hspec-tmp-proc/LICENSE)+ hspec-tmp-proc provides a module that simplifies using `tmp-proc` with tests that use [hspec][1]. 
hspec-tmp-proc.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               hspec-tmp-proc-version:            0.5.0.0+version:            0.5.0.1 synopsis:           Simplify use of tmp-proc from hspec tests description:        Reduces boilerplate when using tmp-proc with hspec license:            BSD-3-Clause@@ -10,6 +10,7 @@ maintainer:         adetokunbo@users.noreply.github.com category:           testing, docker, hspec bug-reports:        https://github.com/adetokunbo/tmp-proc/issues+homepage:           https://github.com/adetokunbo/tmp-proc/tree/master/tmp-proc#tmp-proc build-type:         Simple extra-source-files:   ChangeLog.md