packages feed

happstack-server-tls 7.2.1 → 7.2.1.1

raw patch · 1 files changed

+5/−5 lines, 1 filesdep ~bytestringdep ~happstack-serverdep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bytestring, happstack-server, time

API changes (from Hackage documentation)

Files

happstack-server-tls.cabal view
@@ -1,5 +1,5 @@ Name:                happstack-server-tls-Version:             7.2.1+Version:             7.2.1.1 Synopsis:            extend happstack-server with https:// support (TLS/SSL) Description:         Allows you to use https:// without relying on apache, nginx, etc Homepage:            http://www.happstack.com/@@ -11,7 +11,7 @@ Category:            Web, Happstack Build-type:          Simple Cabal-version:       >=1.10-tested-with:         GHC==8.0.1, GHC==8.2.2, GHC==8.4.1, GHC==8.6.5, GHC==8.8.1+tested-with:         GHC==8.0.1, GHC==8.2.2, GHC==8.4.1, GHC==8.6.5, GHC==8.8.1, GHC==8.10.2 extra-source-files:  README.md  source-repository head@@ -27,14 +27,14 @@                        Happstack.Server.SimpleHTTPS      Build-Depends:     base                  <  5,-                       bytestring            >= 0.9 && < 0.11,+                       bytestring            >= 0.9 && < 0.12,                        extensible-exceptions == 0.1.*,-                       happstack-server      >= 6.6.4 && < 7.7,+                       happstack-server      >= 6.6.4 && < 7.8,                        hslogger              >=  1.1 && < 1.4,                        HsOpenSSL             >= 0.10 && < 0.12,                        network               >  2.6 && < 2.9 || >= 3.0.0 && < 3.2,                        sendfile              == 0.7.*,-                       time                  >= 1.2 && < 1.10+                       time                  >= 1.2 && < 1.12     -- these extra libraries are not needed to build/install the server     -- but they do need to be installed if you want to use GHCi or     -- Template Haskell afterwards