io-classes 1.10.0.0 → 1.10.1.0
raw patch · 2 files changed
+15/−3 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- CHANGELOG.md +12/−0
- io-classes.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,17 @@ # Revsion history of io-classes +## next++### Breaking changes++### Non-breaking changes++## 1.10.1.0++### Non-breaking changes++* Support `ghc-9.14`+ ## 1.10.0.0 ### Breaking changes
io-classes.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.4 name: io-classes-version: 1.10.0.0+version: 1.10.1.0 synopsis: Type classes for concurrency with STM, ST and timing description: IO Monad class hierarchy compatible with:@@ -38,7 +38,7 @@ build-type: Simple extra-doc-files: CHANGELOG.md README.md strict-stm/README.md strict-mvar/README.md bug-reports: https://github.com/input-output-hk/io-sim/issues-tested-with: GHC == { 9.6, 9.8, 9.10, 9.12 }+tested-with: GHC == { 9.6, 9.8, 9.10, 9.12, 9.14 } source-repository head type: git@@ -90,7 +90,7 @@ Control.Monad.Class.MonadUnique default-language: GHC2021 default-extensions: LambdaCase- build-depends: base >=4.16 && <4.22,+ build-depends: base >=4.16 && <4.23, array, async >=2.1 && <2.3, bytestring,