packages feed

si-timers 1.4.0.0 → 1.5.0.0

raw patch · 2 files changed

+8/−4 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 @@ # Changelog +## 1.5.0.0++* `io-sim-1.5.0.0`.+ ## 1.4.0.0  ### Non-breaking changes
si-timers.cabal view
@@ -1,6 +1,6 @@ cabal-version:       3.0 name:                si-timers-version:             1.4.0.0+version:             1.5.0.0 synopsis:            timers using SI units (seconds) description:   Timers using SI units (seconds) which are safe on 32-bit platforms and@@ -14,7 +14,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 }  flag asserts   description: Enable assertions@@ -53,14 +53,14 @@                        NumericUnderscores,                        ScopedTypeVariables,                        TypeFamilies-  build-depends:       base              >=4.9 && <4.20,+  build-depends:       base              >=4.9 && <4.21,                        deepseq,                        mtl,                        nothunks,                        stm,                        time              >=1.9.1 && <1.13, -                       io-classes       ^>=1.4+                       io-classes       ^>=1.5   if flag(asserts)      ghc-options:      -fno-ignore-asserts