Description
Adds TLS support to the Haskell http-client stack through the connection and tls libraries. This lets Haskell applications make HTTPS requests instead of only plain HTTP requests.
It is needed by many Haskell programs that call secure web APIs or download data over encrypted connections. It works as a library dependency and does not add a separate HTTPS tool.