packages feed

test-certs 0.1.0.1 → 0.1.0.2

raw patch · 2 files changed

+9/−2 lines, 2 filesdep ~filepathPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: filepath

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -2,6 +2,13 @@  `test-certs` uses [PVP Versioning][1]. +## 0.1.0.2 -- 2024-03-24++* Relax the bounds on filepath++   * this allows uses of deprecated versions that are included in stackage+     package sets+ ## 0.1.0.1 -- 2024-03-24  * Relax the upper bound of the time
test-certs.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               test-certs-version:            0.1.0.1+version:            0.1.0.2 synopsis:           create temporary SSL certificates in tests description:   Its functions generate the certificates as files in a temporary directory.@@ -31,7 +31,7 @@   build-depends:     , base        >=4.10     && <5     , bytestring  >=0.10.8.2 && <0.11  || >=0.11.3 && <0.13-    , filepath    >=1.4      && <1.4.3 || >=1.5.1  && <1.6+    , filepath    >=1.4      && <1.6     , HsOpenSSL   >=0.11.7   && <0.12     , temporary   >=1.2      && <1.5     , text        >=1.2.3    && <2.2