data-rfc5280 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+6/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- data-rfc5280.cabal +2/−2
ChangeLog.md view
@@ -2,6 +2,10 @@ `data-rfc5280` uses [PVP Versioning][1]. +## 0.1.0.1 -- 2026-09-05++* Fix typo in the cabal file+ ## 0.1.0.0 -- 2026-09-05 * Initial version.
data-rfc5280.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: data-rfc5280-version: 0.1.0.0+version: 0.1.0.1 synopsis: Represent the standard X.509v3 certificate extensions description: @data-rfc5280@ provides Haskell types for the standard X.509v3@@ -12,7 +12,7 @@ @PolicyMappings@, @NameConstraints@, @CRLDistributionPoints@, @AuthorityInfoAccess@, and @InhibitAnyPolicy@. - The package also provides typeclasses that support serialisation to to OpenSSL configuration format+ The package also provides typeclasses that support serialisation to OpenSSL configuration format See the [README](https://github.com/adetokunbo/data-rfc5280/blob/main/README.md) for more details