warp-tls 1.2.0 → 1.2.0.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~crypto-api
Dependency ranges changed: crypto-api
Files
- warp-tls.cabal +3/−3
warp-tls.cabal view
@@ -1,7 +1,7 @@ Name: warp-tls-Version: 1.2.0+Version: 1.2.0.1 Synopsis: SSL support for Warp via the TLS package-License: BSD3+License: MIT License-file: LICENSE Author: Michael Snoyman Maintainer: michael@snoyman.com@@ -24,7 +24,7 @@ , cryptocipher >= 0.3 && < 0.4 , tls-extra >= 0.4.3 && < 0.5 , tls >= 0.9 && < 0.10- , crypto-api >= 0.8 && < 0.10+ , crypto-api >= 0.8 && < 0.11 , network >= 2.2.1 && < 2.4 Exposed-modules: Network.Wai.Handler.WarpTLS ghc-options: -Wall