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

[ bsd3, data, library ] [ Propose Tags ] [ Report a vulnerability ]
This version is deprecated.

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


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0.0, 1.1.0.0 (info)
Change log CHANGELOG.md
Dependencies base (>=4.9 && <5), deepseq (>=1.4.3.0) [details]
Tested with ghc ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.6 || ==9.8.2 || ==9.10.1
License BSD-3-Clause
Author Andrzej Rybczak
Maintainer andrzej@rybczak.net
Revised Revision 1 made by arybczak at 2024-09-02T04:20:56Z
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
Uploaded by arybczak at 2024-09-02T04:20:15Z
Distributions NixOS:1.1.0.0, Stackage:1.1.0.0
Reverse Dependencies 2 direct, 24 indirect [details]
Downloads 158 total (62 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-09-02 [all 1 reports]

Readme for strict-mutable-base-1.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.