strict-mutable-base

Strict variants of mutable data types from base.

https://github.com/arybczak/strict-mutable

Version on this page:1.1.0.0
LTS Haskell 24.55:1.1.0.0
Stackage Nightly 2026-08-20:1.1.0.0
Latest on Hackage:2.0.0.0

See all snapshots strict-mutable-base appears in

BSD-3-Clause licensed by Andrzej Rybczak
Maintained by [email protected]
This version can be pinned in stack with:strict-mutable-base-1.1.0.0@sha256:b1c039f6b179aedb420a90cbe15d3c3e78fbaaa7146ed02700b84c6018ee734f,1430

Module documentation for 1.1.0.0

Depends on 2 packages(full list with versions):
Used by 2 packages in nightly-2026-08-20(full list with versions):

strict-mutable-base

Hackage version Build Status Dependencies Stackage LTS Stackage Nightly

Strict (WHNF) variants of Chan, IORef and MVar for proactive prevention of space leaks.

Changes

strict-mutable-base-1.1.0.0 (2024-09-04)

  • Rename getChanContents' to getChan'Contents for consistency.

strict-mutable-base-1.0.0.0 (2024-09-02)

  • Initial release.