Changelog for HaskellNet-SSL-0.4.0.2
Revision history for HaskellNet-SSL
0.4.0.0 -- 2025-01-07
- drop support for connection in favour of crypton-connection
- compatibility with GHCs up to ghc 9.8 (bump base and bytestring)
- fix example
- add tested-with stanza
0.4.0.1 -- 2025-01-17
- Ignore 502 error on helo - fixes communication with some servers
0.4.0.1 -- 2025-02-15
- bump data-default and network