packages feed

certificate 1.2.8 → 1.2.9

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

System/Certificate/X509/Win32.hs view
@@ -32,7 +32,7 @@ fromBlob mem ty 	| ty == rEG_BINARY = do 		len <- B.c_strlen (castPtr mem)-		B.create (fromIntegral len) (\bptr -> B.memcpy bptr mem len)+		B.create (fromIntegral len) (\bptr -> B.memcpy bptr mem (fromIntegral len)) 	| otherwise        = error "certificate blob have unexpected type"  getSystemPath :: IO FilePath
certificate.cabal view
@@ -1,5 +1,5 @@ Name:                certificate-Version:             1.2.8+Version:             1.2.9 Description:     Certificates and Key reader/writer     .