Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 778 Bytes

CHANGELOG.md

File metadata and controls

29 lines (18 loc) · 778 Bytes

Revision history for marshal-contt

0.3.0.0 -- 2022-02-10

  • Fix bug where allocated arrays are reversed from their Haskell versions.

0.2.0.0 -- 2019-09-15

  • Add new Foreign.Marshal.Codensity module to expose an equivalent interface in terms of a different monadic abstraction for continuation-based code.

0.1.2.1 -- 2019-09-14

  • Fix documentation bugs.

0.1.2.0 -- 2019-09-14

  • Reimplement calloc and friends in terms of alloca to make them exception-safe.
  • Add bracketContT to add initialization and finalization hooks to an existing ContT.

0.1.1.0 -- 2019-09-14

  • Add combinators for using optics and projection functions to marshal more general types than simply lists into C arrays.

0.1.0.0 -- 2019-09-14

  • Initial release.