test-certs 0.1.0.2 → 0.1.0.3
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: time
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- test-certs.cabal +2/−2
ChangeLog.md view
@@ -2,6 +2,10 @@ `test-certs` uses [PVP Versioning][1]. +## 0.1.0.3 -- 2024-04-01++* Relax the lower bound on time+ ## 0.1.0.2 -- 2024-03-24 * Relax the bounds on filepath
test-certs.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: test-certs-version: 0.1.0.2+version: 0.1.0.3 synopsis: create temporary SSL certificates in tests description: Its functions generate the certificates as files in a temporary directory.@@ -35,7 +35,7 @@ , HsOpenSSL >=0.11.7 && <0.12 , temporary >=1.2 && <1.5 , text >=1.2.3 && <2.2- , time >=1.10 && <1.15+ , time >=1.8 && <1.15 default-language: Haskell2010 ghc-options: