certificate 0.9.0 → 0.9.0.1
raw patch · 2 files changed
+4/−9 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
System/Certificate/X509/MacOS.hs view
@@ -1,14 +1,9 @@ module System.Certificate.X509.MacOS- ( getSystemPath- , readAll- , findCertificate+ ( findCertificate ) where -getSystemPath :: IO FilePath-getSystemPath = undefined--readAll :: IO [Either ReadErr X509]-readAll = undefined+import Data.Certificate.X509+import Data.Certificate.PEM findCertificate :: (X509 -> Bool) -> IO (Maybe X509) findCertificate f = undefined
certificate.cabal view
@@ -1,5 +1,5 @@ Name: certificate-Version: 0.9.0+Version: 0.9.0.1 Description: Certificates and Key reader/writer .