Changelog for strict-checked-vars-0.2.1.0
Revision history of strict-checked-vars
0.2.1.0 — 2025-05-15
- Use
io-classes-1.8
.
0.2.0.0
-
Remove 'Switch' modules. From now on, instead of switching imports, this package switches the representations of checked variables depending on the
checkmvarinvariants
andchecktvarinvariants
flags. This solves a problem where compiling projects that depend onstrict-checked-vars
might succeed with a flag turned on but fail when it is turned off (and vice versa). -
Add new
unsafeToUncheckedStrictMVar
andunsafeToUncheckedStrictTVar
functions.
0.1.0.4
- Propagate HasCallStack constraints in the
Switch
module for checked strict MVars.
0.1.0.3
- Make
writeTVar
more strict.
0.1.0.2
- Make
newTVarWithInvariant
,newTVarWithInvariantIO
andnewMVarWithInvariant
strict.
0.1.0.1
- Export
checkInvariant
.
0.1.0.0
- Initial version, not released on Hackage.