tls 1.3.10 → 1.3.11
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~asyncdep ~basedep ~bytestring
Dependency ranges changed: async, base, bytestring, cereal, data-default-class, hans, memory, mtl, network, transformers
Files
- tls.cabal +5/−5
tls.cabal view
@@ -1,5 +1,5 @@ Name: tls-Version: 1.3.10+version: 1.3.11 Description: Native Haskell TLS and SSL protocol implementation for server and client. .@@ -40,21 +40,21 @@ Default: False Library- Build-Depends: base >= 4.3 && < 5+ Build-Depends: base >= 4.7 && < 5 , mtl >= 2 , transformers , cereal >= 0.4 , bytestring , data-default-class -- crypto related- , memory+ , memory >= 0.14.6 , cryptonite >= 0.21 -- certificate related , asn1-types >= 0.2.0 , asn1-encoding- , x509 >= 1.6.5 && < 1.7.0+ , x509 >= 1.6.5 , x509-store >= 1.6- , x509-validation >= 1.6.5 && < 1.7.0+ , x509-validation >= 1.6.5 , async >= 2.0 if flag(network) Build-Depends: network >= 2.4.0.0