packages feed

test-certs 0.1.0.0 → 0.1.0.1

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~time

Dependency ranges changed: time

Files

ChangeLog.md view
@@ -2,6 +2,10 @@  `test-certs` uses [PVP Versioning][1]. +## 0.1.0.1 -- 2024-03-24++* Relax the upper bound of the time+ ## 0.1.0.0 -- 2024-03-24  * Initial version.
test-certs.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               test-certs-version:            0.1.0.0+version:            0.1.0.1 synopsis:           create temporary SSL certificates in tests description:   Its functions generate the certificates as files in a temporary directory.@@ -20,7 +20,7 @@ bug-reports:        https://github.com/adetokunbo/test-certs/issues build-type:         Simple extra-source-files: ChangeLog.md-+tested-with:        GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 source-repository head   type:     git   location: https://github.com/adetokunbo/test-certs.git@@ -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.13+    , time        >=1.10     && <1.15    default-language: Haskell2010   ghc-options: