Changelog for strict-stm-1.4.0.0
Changelog
1.4.0.0
1.3.0.0
io-sim-1.3.0.0
.
- Support
ghc-9.8
.
1.2.0.0
Breaking changes
- Remove invariants for
StrictTVar
s.
1.1.0.1
Non-breaking changes
- Fixed the
checkinvariant
cabal flag.
1.1.0.0
Breaking changes
Non-breaking changes
1.0.0.1
Non-breaking changes
1.0.0.0
0.6.0.0
0.5.0.0
0.4.0.0
0.3.0.0
- split modules in a similar way that the
stm
package is.
- added
StrictTChan
, TSem
and StrictTArray
- added
unGetTQueue
& unGetTBQueue
- added
StrictTQueue
& StrictTBQueue
- support
ghc-9.2
& ghc-9.4