control-event 1.1.0.0 → 1.1.0.1
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Control/Event/Relative.hs +2/−2
- control-event.cabal +1/−1
Control/Event/Relative.hs view
@@ -34,8 +34,8 @@ -- |'delEvent eid' deletes the event and returns--- 'True' if the event was _probably_ deleted*. If 'False' is returned--- then the time definately elapsed and the action was forked off.+-- 'True' if the event was deleted. If 'False' is returned+-- then the time elapsed and the action was forked off. delEvent :: EventId -> IO Bool delEvent (t,m) = do killThread t
control-event.cabal view
@@ -1,5 +1,5 @@ name: control-event-version: 1.1.0.0+version: 1.1.0.1 synopsis: Event scheduling system. description: Allows scheduling and canceling of IO actions to be executed at a specified future time.