11Name : happstack-server-tls
2- Version : 7.2.1.4
2+ Version : 7.2.1.5
33Synopsis : extend happstack-server with https:// support (TLS/SSL)
44Description : Allows you to use https:// without relying on apache, nginx, etc
55Homepage : http://www.happstack.com/
@@ -11,7 +11,7 @@ Copyright: 2012-2019, Jeremy Shaw
1111Category : Web, Happstack
1212Build-type : Simple
1313Cabal-version : >= 1.10
14- 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.5 , GHC== 9.4.3
14+ 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.5 , GHC== 9.4.8 , GHC == 9.6.4 , GHC == 9.8.1
1515extra-source-files : README.md
1616
1717source-repository head
@@ -27,9 +27,9 @@ Library
2727 Happstack.Server.SimpleHTTPS
2828
2929 Build-Depends : base < 5 ,
30- bytestring >= 0.9 && < 0.12 ,
30+ bytestring >= 0.9 && < 0.13 ,
3131 extensible-exceptions == 0.1. *,
32- happstack-server >= 6.6.4 && < 7.9 ,
32+ happstack-server >= 6.6.4 && < 7.10 ,
3333 hslogger >= 1.1 && < 1.4 ,
3434 HsOpenSSL >= 0.10 && < 0.12 ,
3535 network > 3.0.0 && < 3.2 ,
0 commit comments