packages feed

s2n-tls-0.1.1.0: CHANGELOG.md

# Changelog

## 0.1.1.0 -- 2026-09-09

* Require `s2n-tls-ffi ^>= 0.2`, which corrects four FFI signatures that did
  not match the s2n-tls C API. None of the affected functions are used by this
  package, so there is no API change here and no source change was required --
  the bound is widened so that users pick up the corrected bindings.
* Correct `tested-with` to GHC 9.12.2, the version this package is actually
  built and tested against.

## 0.1.0.0 -- 2026-04-28

* Initial release
* Safe ForeignPtr wrappers for s2n-tls opaque types
* Haskell-idiomatic error handling with exceptions and Either
* High-level connection and configuration management