packages feed

strict-mvar 1.4.0.0 → 1.5.0.0

raw patch · 2 files changed

+9/−5 lines, 2 filesdep ~basedep ~io-classesnew-uploaderPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, io-classes

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revsion history of strict-mvar +## 1.5.0.0++* `io-sim-1.5.0.0`.+ ## 1.4.0.0  * `io-sim-1.4.0.0`.
strict-mvar.cabal view
@@ -1,6 +1,6 @@ cabal-version:       3.0 name:                strict-mvar-version:             1.4.0.0+version:             1.5.0.0 synopsis:            Strict MVars for IO and IOSim description:   Strict @MVar@ interface compatible with@@ -15,7 +15,7 @@ build-type:          Simple 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, 9.8 }+tested-with:         GHC == { 8.10, 9.2, 9.4, 9.6, 9.8, 9.10 }  source-repository head   type:     git@@ -28,8 +28,8 @@   exposed-modules:     Control.Concurrent.Class.MonadMVar.Strict   default-language:    Haskell2010   default-extensions:  ImportQualifiedPost-  build-depends:       base        >= 4.9 && <4.20,-                       io-classes ^>= 1.4+  build-depends:       base        >= 4.9 && <4.21,+                       io-classes ^>= 1.5   ghc-options:         -Wall                        -Wno-unticked-promoted-constructors                        -Wcompat@@ -47,7 +47,7 @@                        Test.Utils   default-language:    Haskell2010   default-extensions:  ImportQualifiedPost-  build-depends:       base >=4.9 && <4.20,+  build-depends:       base,                        io-sim,                        nothunks,                        QuickCheck,