packages feed

strict-stm 1.1.0.0 → 1.1.0.1

raw patch · 2 files changed

+14/−10 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,18 +1,24 @@ # Changelog +## 1.1.0.1++### Non-breaking changes++* Fixed the `checkinvariant` cabal flag.+ ## 1.1.0.0  ### Breaking changes  * Removed deprecated API -### Non breaking changes+### Non-breaking changes  * `io-classes-1.1.0.0`  ## 1.0.0.1 -### Non breaking changes+### Non-breaking changes  * Support `ghc-9.6`. 
strict-stm.cabal view
@@ -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@@ -8,16 +8,14 @@   compatible with [stm](https://hackage.haskell.org/package/stm)   & [io-sim](https://hackage.haskell.org/package/io-sim). license:             Apache-2.0-license-files:-  LICENSE-  NOTICE+license-files:       LICENSE NOTICE copyright:           2019-2023 Input Output Global Inc (IOG) author:              Alexander Vieth, Duncan Coutts, Marcin Szamotulski, Thomas Winant maintainer:          Duncan Coutts dunca@well-typed.com, Marcin Szamotulski coot@coot.me-category:            Control+category:            Concurrency build-type:          Simple-extra-source-files:  CHANGELOG.md-                     README.md+extra-doc-files:     CHANGELOG.md README.md+bug-reports:         https://github.com/input-output-hk/io-sim/issues tested-with:         GHC == { 8.10, 9.2, 9.4, 9.6 }  source-repository head@@ -72,4 +70,4 @@     ghc-options: -fno-ignore-asserts    if flag(checktvarinvariant)-    cpp-options: -DCHECK_TVAR_INVARIAN+    cpp-options: -DCHECK_TVAR_INVARIANT