data-rfc5280 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+9/−5 lines, 2 filesdep ~QuickCheckdep ~bytestringdep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck, bytestring, text
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- data-rfc5280.cabal +5/−5
ChangeLog.md view
@@ -2,6 +2,10 @@ `data-rfc5280` uses [PVP Versioning][1]. +## 0.1.0.2 -- 2026-09-05++* Adjust bounds of some dependencies+ ## 0.1.0.1 -- 2026-09-05 * Fix typo in the cabal file
data-rfc5280.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: data-rfc5280-version: 0.1.0.1+version: 0.1.0.2 synopsis: Represent the standard X.509v3 certificate extensions description: @data-rfc5280@ provides Haskell types for the standard X.509v3@@ -57,12 +57,12 @@ hs-source-dirs: src build-depends: , base >=4.10 && <5- , bytestring >=0.10.8.2 && <0.11 || >=0.11.3.1 && <0.13+ , bytestring >=0.10.8.2 && <0.11 || >=0.11.3 && <0.13 , email-validate >=2.3 && <2.4 , ip >=1.3 && <1.9 , modern-uri >=0.3 && <0.4 , nonempty-containers >=0.3 && <0.4- , text >=1.2 && <2.2+ , text >=1.2.3 && <2.3 default-language: Haskell2010 ghc-options: -Wall -Wincomplete-uni-patterns -Wpartial-fields -fwarn-tabs@@ -94,7 +94,7 @@ , hspec >=2.7 && < 2.12 , ip >=1.3 && <1.9 , modern-uri >=0.3 && <0.4- , QuickCheck >=2.13 && < 2.16- , text >=1.2 && <2.2+ , QuickCheck >=2.13 && < 2.20+ , text >=1.2.3 && <2.3 , data-rfc5280