warp-tls 3.2.5 → 3.2.6
raw patch · 2 files changed
+10/−2 lines, 2 files
Files
- ChangeLog.md +5/−0
- warp-tls.cabal +5/−2
ChangeLog.md view
@@ -1,3 +1,8 @@+## 3.2.6++* Using the Strict and StrictData language extensions for GHC >8.+ [#752](https://github.com/yesodweb/wai/pull/752)+ ## 3.2.5 * When tls 1.5.0 is available, TLS 1.3 is automatically supported.
warp-tls.cabal view
@@ -1,5 +1,5 @@ Name: warp-tls-Version: 3.2.5+Version: 3.2.6 Synopsis: HTTP over TLS support for Warp via the TLS package License: MIT License-file: LICENSE@@ -8,7 +8,7 @@ Homepage: http://github.com/yesodweb/wai Category: Web, Yesod Build-Type: Simple-Cabal-Version: >=1.6+Cabal-Version: >= 1.10 Stability: Stable description: SSLv1 and SSLv2 are obsoleted by IETF. We should use TLS 1.2 (or TLS 1.1 or TLS 1.0 if necessary).@@ -32,6 +32,9 @@ ghc-options: -Wall if os(windows) Cpp-Options: -DWINDOWS+ if impl(ghc >= 8)+ Default-Extensions: Strict StrictData+ Default-Language: Haskell2010 source-repository head