We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c476b11 commit 05faec3Copy full SHA for 05faec3
strict-stm/CHANGELOG.md
@@ -1,18 +1,24 @@
1
# Changelog
2
3
+## 1.1.0.1
4
+
5
+### Non-breaking changes
6
7
+* Fixed the `checkinvariant` cabal flag.
8
9
## 1.1.0.0
10
11
### Breaking changes
12
13
* Removed deprecated API
14
-### Non breaking changes
15
16
17
* `io-classes-1.1.0.0`
18
19
## 1.0.0.1
20
21
22
23
* Support `ghc-9.6`.
24
strict-stm/strict-stm.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: strict-stm
-version: 1.1.0.0
+version: 1.1.0.1
synopsis: Strict STM interface polymorphic over stm implementation.
description:
Strict STM interface provided on top of
0 commit comments