packages feed

crypton-x509 1.8.0 → 1.9.0

raw patch · 2 files changed

+10/−5 lines, 2 filesdep +ramdep −memorydep ~cryptonPVP ok

version bump matches the API change (PVP)

Dependencies added: ram

Dependencies removed: memory

Dependency ranges changed: crypton

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,10 @@ # ChangeLog for crypton-x509 +## 1.9.0++* Using "ram" instead of "memory"+  [#29](https://github.com/kazu-yamamoto/crypton-certificate/pull/29)+ ## 1.8.0  * Depend on package `time-hourglass`, rather than `hourglass`. Date and@@ -10,5 +15,5 @@  ## 1.7.7 -* Bump requirements to GHC 7.8 and transformers 0.4 series [#130](https://github.com/haskell-tls/hs-certificate/pull/130)-+* Bump requirements to GHC 7.8 and transformers 0.4 series+  [#130](https://github.com/haskell-tls/hs-certificate/pull/130)
crypton-x509.cabal view
@@ -1,6 +1,6 @@ cabal-version:      >=1.10 name:               crypton-x509-version:            1.8.0+version:            1.9.0 license:            BSD3 license-file:       LICENSE copyright:          Vincent Hanquez <vincent@snarc.org>@@ -44,12 +44,12 @@         base >=4.7 && <5,         bytestring,         containers,-        crypton >=0.24,+        crypton >=1.1 && <1.2,         crypton-asn1-encoding >=0.10.0 && <0.11,         crypton-asn1-parse >=0.10.0 && <0.11,         crypton-asn1-types >=0.4.1 && <0.5,         crypton-pem >=0.2.4 && <0.4,-        memory,+        ram,         time-hourglass,         transformers >=0.4