test-certs 0.1.1.1 → 0.1.1.2
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~time
Dependency ranges changed: time
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.1.2 -- 2026-01-14++* Relax the upper bound on time+ ## 0.1.1.1 -- 2024-07-10 * Updated CI and Tested-With
test-certs.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: test-certs-version: 0.1.1.1+version: 0.1.1.2 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.8 && <1.15+ , time >=1.8 && <1.17 default-language: Haskell2010 ghc-options: