packages feed

happstack-server-tls 7.1.4 → 7.1.5

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~happstack-serverPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: happstack-server

API changes (from Hackage documentation)

Files

happstack-server-tls.cabal view
@@ -1,5 +1,5 @@ Name:                happstack-server-tls-Version:             7.1.4+Version:             7.1.5 Synopsis:            extend happstack-server with https:// support (TLS/SSL) Description:         extend happstack-server with https:// support (TLS/SSL) Homepage:            http://www.happstack.com/@@ -22,7 +22,7 @@     Build-Depends:     base                  <  5,                        bytestring            >= 0.9 && < 0.11,                        extensible-exceptions == 0.1.*,-                       happstack-server      >= 6.6.4 && < 7.4,+                       happstack-server      >= 6.6.4 && < 7.5,                        hslogger              >=  1.1 && < 1.3,                        HsOpenSSL             >= 0.10 && < 0.12,                        network               >= 2.3 && < 2.7,@@ -32,8 +32,8 @@     -- but they do need to be installed if you want to use GHCi or     -- Template Haskell afterwards     Extra-Libraries:   ssl-    if !os(darwin)-        Extra-Libraries: cryptopp+--    if !os(darwin)+--        Extra-Libraries: cryptopp      if !os(windows)        Build-Depends:  unix