packages feed

crypton-x509-system 1.8.0 → 1.9.0

raw patch · 2 files changed

+8/−3 lines, 2 filesdep ~crypton-x509dep ~crypton-x509-storePVP ok

version bump matches the API change (PVP)

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

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,10 @@ # ChangeLog for crypton-x509-system +## 1.9.0++* Using "ram" instead of "memory"+  [#29](https://github.com/kazu-yamamoto/crypton-certificate/pull/29)+ ## 1.8.0  * Depend indirectly on package `time-hourglass`, rather than `hourglass`. Date
crypton-x509-system.cabal view
@@ -1,6 +1,6 @@ cabal-version:      >=1.10 name:               crypton-x509-system-version:            1.8.0+version:            1.9.0 license:            BSD3 license-file:       LICENSE copyright:          Vincent Hanquez <vincent@snarc.org>@@ -39,8 +39,8 @@         filepath,         process,         crypton-pem >=0.2.4 && <0.4,-        crypton-x509 >=1.8.0,-        crypton-x509-store >=1.8.0+        crypton-x509 >=1.9.0 && <1.10,+        crypton-x509-store >=1.9.0 && <1.10      if os(windows)         exposed-modules: System.X509.Win32