si-timers 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 +6/−0
- si-timers.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,11 @@ # Changelog +## 1.0.0.1++### Non breaking changes++* Support `ghc-9.6`.+ ## 1.0.0.0 * initial version
si-timers.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: si-timers-version: 1.0.0.0+version: 1.0.0.1 synopsis: timers using SI units (seconds) description: Timers using SI units (seconds) which are safe on 32-bit platforms and@@ -16,7 +16,7 @@ build-type: Simple extra-source-files: CHANGELOG.md README.md-tested-with: GHC == { 8.10, 9.2, 9.4 }+tested-with: GHC == { 8.10, 9.2, 9.4, 9.6 } flag asserts description: Enable assertions@@ -54,7 +54,7 @@ NumericUnderscores, ScopedTypeVariables, TypeFamilies- build-depends: base >=4.9 && <4.18,+ build-depends: base >=4.9 && <4.19, mtl, stm, time >=1.9.1 && <1.13,