certificate 1.2.4 → 1.2.5
raw patch · 2 files changed
+4/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- System/Certificate/X509/Unix.hs +3/−1
- certificate.cabal +1/−1
System/Certificate/X509/Unix.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE CPP #-} -- | -- Module : System.Certificate.X509 -- License : BSD-style@@ -30,9 +31,10 @@ import Control.Applicative ((<$>)) import Control.Exception-import Control.Monad +#if !MIN_VERSION_base(4,6,0) import Prelude hiding (catch)+#endif defaultSystemPath :: FilePath defaultSystemPath = "/etc/ssl/certs/"
certificate.cabal view
@@ -1,5 +1,5 @@ Name: certificate-Version: 1.2.4+Version: 1.2.5 Description: Certificates and Key reader/writer .