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
checkmvarinvariantsandchecktvarinvariantsflags. This solves a problem where compiling projects that depend onstrict-checked-varsmight succeed with a flag turned on but fail when it is turned off (and vice versa). -
Add new
unsafeToUncheckedStrictMVarandunsafeToUncheckedStrictTVarfunctions.
0.1.0.4
- Propagate HasCallStack constraints in the
Switchmodule for checked strict MVars.
0.1.0.3
- Make
writeTVarmore strict.
0.1.0.2
- Make
newTVarWithInvariant,newTVarWithInvariantIOandnewMVarWithInvariantstrict.
0.1.0.1
- Export
checkInvariant.
0.1.0.0
- Initial version, not released on Hackage.