timers-tick 0.1.1.0 → 0.1.2.0
raw patch · 3 files changed
+8/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Control.Timer.Tick: instance GHC.Generics.Generic Control.Timer.Tick.Loop
Files
- changes.txt +6/−0
- src/Control/Timer/Tick.hs +1/−1
- timers-tick.cabal +1/−1
changes.txt view
@@ -1,3 +1,9 @@+0.1.2.0+-------++- Added Generic instance to Loop.+- Released on Thu 15 Mar 2018 00:42:29 CET.+ 0.1.1.0 -------
src/Control/Timer/Tick.hs view
@@ -76,7 +76,7 @@ -- | Number of times to repeat the animation. data Loop = Times Integer -- currentLoop and maxLoop | AlwaysLoop- deriving (Show, Eq)+ deriving (Show, Eq, Generic) -- todo Monoid (or semigroup) <> for timers [2.0]
timers-tick.cabal view
@@ -1,5 +1,5 @@ name: timers-tick-version: 0.1.1.0+version: 0.1.2.0 synopsis: tick based timers description: Tick-based timers and utilities, for games and discrete-time programs.