packages feed

strict-mvar 1.0.0.0 → 1.0.0.1

raw patch · 2 files changed

+9/−3 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,11 @@ # Revsion history of strict-mvar +## 1.0.0.1++### Non breaking changes++* Support `ghc-9.6`.+ ## 1.0.0.0  ## 0.1.0.0
strict-mvar.cabal view
@@ -1,6 +1,6 @@ cabal-version:       3.0 name:                strict-mvar-version:             1.0.0.0+version:             1.0.0.1 synopsis:            Strict MVars for IO and IOSim description:   Strict @MVar@ interface compatible with@@ -17,7 +17,7 @@ build-type:          Simple extra-source-files:  CHANGELOG.md                      README.md-tested-with:         GHC == { 8.10.7, 9.2.5, 9.4.4 }+tested-with:         GHC == { 8.10, 9.2, 9.4, 9.6 }  source-repository head   type:     git@@ -34,7 +34,7 @@    exposed-modules:     Control.Concurrent.Class.MonadMVar.Strict   default-language:    Haskell2010-  build-depends:       base        >= 4.9 && <4.18,+  build-depends:       base        >= 4.9 && <4.19,                        io-classes ^>= 1.0   ghc-options:         -Wall                        -Wno-unticked-promoted-constructors