happstack-server-tls 7.2.1.1 → 7.2.1.2
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: time
API changes (from Hackage documentation)
Files
- README.md +1/−1
- happstack-server-tls.cabal +3/−3
README.md view
@@ -1,4 +1,4 @@-happstack-server-tls [](https://hackage.haskell.org/package/happstack-server-tls) [](https://travis-ci.org/Happstack/happstack-server-tls)+happstack-server-tls [](https://hackage.haskell.org/package/happstack-server-tls) ========= A very fine Haskell web server. Details in [The Happstack Book](http://www.happstack.com/docs/crashcourse/index.html).
happstack-server-tls.cabal view
@@ -1,5 +1,5 @@ Name: happstack-server-tls-Version: 7.2.1.1+Version: 7.2.1.2 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, GHC==8.10.2+tested-with: GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.4, GHC==8.10.7, GHC==9.0.2, GHC==9.2.2 extra-source-files: README.md source-repository head@@ -34,7 +34,7 @@ HsOpenSSL >= 0.10 && < 0.12, network > 2.6 && < 2.9 || >= 3.0.0 && < 3.2, sendfile == 0.7.*,- time >= 1.2 && < 1.12+ time >= 1.2 && < 1.14 -- 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