packages feed

happstack-server-tls 7.1.0 → 7.1.1

raw patch · 1 files changed

+5/−2 lines, 1 filesdep ~network

Dependency ranges changed: network

Files

happstack-server-tls.cabal view
@@ -1,5 +1,5 @@ Name:                happstack-server-tls-Version:             7.1.0+Version:             7.1.1 Synopsis:            extend happstack-server with https:// support (TLS/SSL) Description:         extend happstack-server with https:// support (TLS/SSL) Homepage:            http://www.happstack.com/@@ -25,9 +25,12 @@                        happstack-server      >= 6.6.4 && < 7.4,                        hslogger              >=  1.1 && < 1.3,                        HsOpenSSL             == 0.10.*,-                       network               >= 2.3 && < 2.5,+                       network               >= 2.3 && < 2.6,                        sendfile              == 0.7.*,                        time                  >= 1.2 && < 1.5+    -- 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     Extra-Libraries:   ssl     if !os(darwin)         Extra-Libraries: cryptopp