packages feed

tls 2.1.10 → 2.1.11

raw patch · 3 files changed

+1/−10 lines, 3 files

Files

Network/TLS/Credentials.hs view
@@ -1,5 +1,4 @@ {-# LANGUAGE CPP #-}-{-# LANGUAGE FlexibleInstances #-} {-# OPTIONS_GHC -Wno-orphans #-}  module Network.TLS.Credentials (@@ -27,9 +26,6 @@ import Network.TLS.X509  type Credential = (CertificateChain, PrivKey)--instance {-# OVERLAPS #-} Show Credential where-    show (cc, _) = TLS.showCertificateChain cc  newtype Credentials = Credentials [Credential] deriving (Show) 
Network/TLS/HashAndSignature.hs view
@@ -1,4 +1,3 @@-{-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE PatternSynonyms #-}  module Network.TLS.HashAndSignature (@@ -133,10 +132,6 @@ ------------------------------------------------------------  type HashAndSignatureAlgorithm = (HashAlgorithm, SignatureAlgorithm)--instance {-# OVERLAPS #-} Show (HashAlgorithm, SignatureAlgorithm) where-    show (HashIntrinsic, s) = show s-    show (h, s) = show h ++ "-" ++ show s  {- FOURMOLU_DISABLE -} supportedSignatureSchemes :: [HashAndSignatureAlgorithm]
tls.cabal view
@@ -1,6 +1,6 @@ cabal-version:      >=1.10 name:               tls-version:            2.1.10+version:            2.1.11 license:            BSD3 license-file:       LICENSE copyright:          Vincent Hanquez <vincent@snarc.org>