packages feed

crypton-x509-util 1.8.0 → 1.9.0

raw patch · 2 files changed

+12/−7 lines, 2 filesdep +ramdep −memorydep ~cryptondep ~crypton-x509dep ~crypton-x509-store

Dependencies added: ram

Dependencies removed: memory

Dependency ranges changed: crypton, crypton-x509, crypton-x509-store, crypton-x509-system, crypton-x509-validation

Files

ChangeLog.md view
@@ -1,5 +1,10 @@ # ChangeLog for crypton-x509-util +## 1.9.0++* Using "ram" instead of "memory"+  [#29](https://github.com/kazu-yamamoto/crypton-certificate/pull/29)+ ## v1.8.0  * Depend indirectly on package `time-hourglass`, rather than `hourglass`. Date
crypton-x509-util.cabal view
@@ -1,6 +1,6 @@ cabal-version:      >=1.10 name:               crypton-x509-util-version:            1.8.0+version:            1.9.0 license:            BSD3 license-file:       LICENSE copyright:          Vincent Hanquez <vincent@snar.org>@@ -28,14 +28,14 @@     build-depends:         base >=3 && <5,         bytestring,-        crypton,+        crypton >=1.1.0 && <1.2,         crypton-asn1-encoding,         crypton-asn1-types >=0.4.1 && <0.5,         crypton-pem >=0.2.4 && <0.4,-        crypton-x509 >=1.8.0,-        crypton-x509-store >=1.8.0,-        crypton-x509-system >=1.8.0,-        crypton-x509-validation >=1.8.0,+        crypton-x509 >=1.9.0 && <1.10,+        crypton-x509-store >=1.9.0 && <1.10,+        crypton-x509-system >=1.9.0 && <1.10,+        crypton-x509-validation >=1.9.0 && <1.10,         directory,-        memory,+        ram,         time-hourglass