lifted-stm 0.2 → 0.2.0.1
raw patch · 2 files changed
+6/−4 lines, 2 filesdep ~monad-finallyPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: monad-finally
API changes (from Hackage documentation)
Files
- README.md +1/−1
- lifted-stm.cabal +5/−3
README.md view
@@ -1,7 +1,7 @@ Lifted-STM ========== -[](https://travis-ci.org/mvv/lifted-stm) [](http://hackage.haskell.org/package/lifted-stm)+[](https://github.com/mvv/lifted-stm/actions/workflows/ci.yml) [](http://hackage.haskell.org/package/lifted-stm) This package provides STM operations lifted through monad transformer stacks.
lifted-stm.cabal view
@@ -1,5 +1,5 @@ Name: lifted-stm-Version: 0.2+Version: 0.2.0.1 Category: Concurrency Stability: experimental Synopsis: STM operations lifted through monad transformer stacks@@ -19,7 +19,9 @@ Extra-Source-Files: README.md -Tested-With: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.1+Tested-With: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5,+ GHC==8.8.4, GHC==8.10.7, GHC==9.0.2, GHC==9.2.7, GHC==9.4.5,+ GHC==9.6.1 Cabal-Version: >= 1.10.0 Build-Type: Simple@@ -37,7 +39,7 @@ , transformers-compat >= 0.6.1 , transformers-base >= 0.4.5.2 , transformers-abort >= 0.6- , monad-finally >= 0.1.2+ , monad-finally >= 0.1.2.1 Hs-Source-Dirs: src GHC-Options: -Wall Exposed-Modules: