timers-tick 0.5.0.3 → 0.5.0.4
raw patch · 2 files changed
+8/−2 lines, 2 filesdep ~QuickCheckdep ~hspecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck, hspec
API changes (from Hackage documentation)
Files
- CHANGES +6/−0
- timers-tick.cabal +2/−2
CHANGES view
@@ -1,3 +1,9 @@+0.5.0.4+-------++- release 0.5.0.4+- releaed dom 23 apr 2023, 19:25:22+ 0.5.0.3 -------
timers-tick.cabal view
@@ -1,5 +1,5 @@ name: timers-tick-version: 0.5.0.3+version: 0.5.0.4 synopsis: tick based timers description: Tick-based timers and utilities, for games and discrete-time programs.@@ -36,7 +36,7 @@ HS-Source-Dirs: test, src main-is: Tests.hs build-depends: base == 4.*- , hspec >= 2.5 && < 2.11+ , hspec >= 2.5 && < 2.12 , QuickCheck == 2.14.* other-modules: Control.Timer.Tick, Control.Timer.TickSpec