happstack-server-tls 7.1.6 → 7.1.6.1
raw patch · 1 files changed
+2/−1 lines, 1 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- Happstack.Server.Internal.TLS: httpsSocket :: HTTPS -> Socket
- Happstack.Server.Internal.TLS: sslContext :: HTTPS -> SSLContext
- Happstack.Server.Internal.TLS: tlsCA :: TLSConf -> Maybe FilePath
- Happstack.Server.Internal.TLS: tlsCert :: TLSConf -> FilePath
- Happstack.Server.Internal.TLS: tlsKey :: TLSConf -> FilePath
- Happstack.Server.Internal.TLS: tlsLogAccess :: TLSConf -> Maybe (LogAccess UTCTime)
- Happstack.Server.Internal.TLS: tlsPort :: TLSConf -> Int
- Happstack.Server.Internal.TLS: tlsTimeout :: TLSConf -> Int
- Happstack.Server.Internal.TLS: tlsValidator :: TLSConf -> Maybe (Response -> IO Response)
- Happstack.Server.SimpleHTTPS: tlsCA :: TLSConf -> Maybe FilePath
- Happstack.Server.SimpleHTTPS: tlsCert :: TLSConf -> FilePath
- Happstack.Server.SimpleHTTPS: tlsKey :: TLSConf -> FilePath
- Happstack.Server.SimpleHTTPS: tlsLogAccess :: TLSConf -> Maybe (LogAccess UTCTime)
- Happstack.Server.SimpleHTTPS: tlsPort :: TLSConf -> Int
- Happstack.Server.SimpleHTTPS: tlsTimeout :: TLSConf -> Int
- Happstack.Server.SimpleHTTPS: tlsValidator :: TLSConf -> Maybe (Response -> IO Response)
+ Happstack.Server.Internal.TLS: [httpsSocket] :: HTTPS -> Socket
+ Happstack.Server.Internal.TLS: [sslContext] :: HTTPS -> SSLContext
+ Happstack.Server.Internal.TLS: [tlsCA] :: TLSConf -> Maybe FilePath
+ Happstack.Server.Internal.TLS: [tlsCert] :: TLSConf -> FilePath
+ Happstack.Server.Internal.TLS: [tlsKey] :: TLSConf -> FilePath
+ Happstack.Server.Internal.TLS: [tlsLogAccess] :: TLSConf -> Maybe (LogAccess UTCTime)
+ Happstack.Server.Internal.TLS: [tlsPort] :: TLSConf -> Int
+ Happstack.Server.Internal.TLS: [tlsTimeout] :: TLSConf -> Int
+ Happstack.Server.Internal.TLS: [tlsValidator] :: TLSConf -> Maybe (Response -> IO Response)
+ Happstack.Server.SimpleHTTPS: [tlsCA] :: TLSConf -> Maybe FilePath
+ Happstack.Server.SimpleHTTPS: [tlsCert] :: TLSConf -> FilePath
+ Happstack.Server.SimpleHTTPS: [tlsKey] :: TLSConf -> FilePath
+ Happstack.Server.SimpleHTTPS: [tlsLogAccess] :: TLSConf -> Maybe (LogAccess UTCTime)
+ Happstack.Server.SimpleHTTPS: [tlsPort] :: TLSConf -> Int
+ Happstack.Server.SimpleHTTPS: [tlsTimeout] :: TLSConf -> Int
+ Happstack.Server.SimpleHTTPS: [tlsValidator] :: TLSConf -> Maybe (Response -> IO Response)
- Happstack.Server.SimpleHTTPS: simpleHTTPS :: ToMessage a => TLSConf -> ServerPartT IO a -> IO ()
+ Happstack.Server.SimpleHTTPS: simpleHTTPS :: (ToMessage a) => TLSConf -> ServerPartT IO a -> IO ()
Files
happstack-server-tls.cabal view
@@ -1,5 +1,5 @@ Name: happstack-server-tls-Version: 7.1.6+Version: 7.1.6.1 Synopsis: extend happstack-server with https:// support (TLS/SSL) Description: extend happstack-server with https:// support (TLS/SSL) Homepage: http://www.happstack.com/@@ -11,6 +11,7 @@ Category: Web, Happstack Build-type: Simple Cabal-version: >=1.6+tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3 source-repository head type: git