Cabal revisions of tls-1.3.9
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: tls Version: 1.3.9+x-revision: 1 Description: Native Haskell TLS and SSL protocol implementation for server and client. . , x509-validation >= 1.6.5 && < 1.7.0 , async if flag(network)- Build-Depends: network+ Build-Depends: network < 2.9 cpp-options: -DINCLUDE_NETWORK if flag(hans) Build-Depends: hans
revision 2
Name: tls Version: 1.3.9-x-revision: 1+x-revision: 2 Description: Native Haskell TLS and SSL protocol implementation for server and client. . Flag compat Description: Accept SSLv2 client hello for beginning SSLv3 / TLS handshake Default: True+ Manual: True Flag network Description: Use the base network library Default: True+ Manual: True Flag hans Description: Use the Haskell Network Stack (HaNS) Default: False+ Manual: True Library Build-Depends: base >= 4.3 && < 5 , x509 >= 1.6.5 && < 1.7.0 , x509-store >= 1.6 , x509-validation >= 1.6.5 && < 1.7.0- , async+ , async >= 2.0.0.0 && < 2.3 if flag(network) Build-Depends: network < 2.9 cpp-options: -DINCLUDE_NETWORK