packages feed

timers-tick 0.5.0.1 → 0.5.0.2

raw patch · 1 files changed

+4/−4 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

timers-tick.cabal view
@@ -1,5 +1,5 @@ name:                timers-tick-version:             0.5.0.1+version:             0.5.0.2 synopsis:            tick based timers description:         Tick-based timers and utilities, for games and                      discrete-time programs.@@ -36,12 +36,12 @@   HS-Source-Dirs:      test, src   main-is:             Tests.hs   build-depends:       base == 4.*-                       , hspec >= 2.5 && < 2.10+                       , hspec >= 2.5 && < 2.11                        , QuickCheck == 2.14.*   other-modules:       Control.Timer.Tick,                        Control.Timer.TickSpec   type:                exitcode-stdio-1.0  source-repository head-    type:     darcs-    location: http://ariis.it/link/repos/timers-tick/+    type:     git+    location: https://gitlab.com/fffaaa/timers-tick