strict-mutable-base: Strict variants of mutable data types from base.

[ bsd3, data, library ] [ Propose Tags ] [ Report a vulnerability ]

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


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0.0, 1.1.0.0, 2.0.0.0 (info)
Change log CHANGELOG.md
Dependencies base (>=4.14 && <5), deepseq (>=1.4.3.0) [details]
Tested with ghc ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.7 || ==9.8.4 || ==9.10.3 || ==9.12.4 || ==9.14.1
License BSD-3-Clause
Author Andrzej Rybczak
Maintainer andrzej@rybczak.net
Uploaded by arybczak at 2026-08-19T16:29:01Z
Category Data
Home page https://github.com/arybczak/strict-mutable
Bug tracker https://github.com/arybczak/strict-mutable/issues
Source repo head: git clone https://github.com/arybczak/strict-mutable.git
Distributions LTSHaskell:1.1.0.0, Stackage:1.1.0.0
Reverse Dependencies 2 direct, 94 indirect [details]
Downloads 457 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2026-08-19 [all 1 reports]

Readme for strict-mutable-base-2.0.0.0

[back to package description]

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.

Modules in this package are designed to be imported qualified (usually as S or Strict, depending on your taste for verbosity).