packages feed

crypton-x509 1.7.6 → 1.7.7

raw patch · 1 files changed

+3/−3 lines, 1 filesdep +crypton-x509dep −x509PVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependencies added: crypton-x509

Dependencies removed: x509

API changes (from Hackage documentation)

- Data.X509: data ASN1CharacterString
+ Data.X509: data () => ASN1CharacterString

Files

crypton-x509.cabal view
@@ -1,5 +1,5 @@ Name:                crypton-x509-version:             1.7.6+version:             1.7.7 Description:         X509 reader and writer. please see README License:             BSD3 License-file:        LICENSE@@ -10,7 +10,7 @@ Build-Type:          Simple Category:            Data stability:           experimental-Homepage:            http://github.com/vincenthz/hs-certificate+Homepage:            https://github.com/kazu-yamamoto/crypton-certificate Cabal-Version:       >= 1.10  Library@@ -54,7 +54,7 @@                    , tasty-quickcheck                    , hourglass                    , asn1-types-                   , x509+                   , crypton-x509                    , crypton   ghc-options:       -Wall -fno-warn-orphans -fno-warn-missing-signatures