packages feed

control-event 1.0.0.0 → 1.0.0.1

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Control/Event/Relative.hs view
@@ -15,7 +15,7 @@ type EventId = (ThreadId, MVar ())  -- |'addEvent delay action' will delay--- for 'delay' miliseconds then execute 'action'. An EventId+-- for 'delay' microseconds then execute 'action'. An EventId -- is returned, allowing the event to be canceled. addEvent :: Int -> IO () -> IO EventId addEvent delay event = do
control-event.cabal view
@@ -1,5 +1,5 @@ name:                control-event-version:             1.0.0.0+version:             1.0.0.1 synopsis:            Event scheduling system. description:         Allows scheduling and canceling of IO actions to be                      executed at a specified future time.