packages feed

control-event 0.3.0 → 0.3.1

raw patch · 2 files changed

+2/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Control/Event/Timeout.hs view
@@ -12,6 +12,7 @@ import Control.Event import System.Time +{-# NOINLINE evtSys #-} evtSys = unsafePerformIO initEventSystem  newtype TimeoutTag = TTag EventId
control-event.cabal view
@@ -1,5 +1,5 @@ name:                control-event-version:             0.3.0+version:             0.3.1 synopsis:            Event scheduling system. description:         Allows scheduling and canceling of IO actions to be                      executed at a specified future time.