aesiniath / http-streams

Haskell HTTP client library for use with io-streams
https://hackage.haskell.org/package/http-streams
BSD 3-Clause "New" or "Revised" License
50 stars 48 forks source link

Remove HsOpenSSL dependency #140

Open istathar opened 1 month ago

istathar commented 1 month ago

Programs that depend on http-streams fail to build due to https://github.com/haskell-cryptography/HsOpenSSL/issues/88 in HsOpenSSL. While there is a workaround and people appear to be trying to mitigate this, it seems like the problem is only going to get worse as deprecations continue. We should switch this library to use tls if possible.