control-event 1.1.0.4 → 1.2.0.0
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~stmdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: stm, time
API changes (from Hackage documentation)
Files
- control-event.cabal +3/−3
control-event.cabal view
@@ -1,5 +1,5 @@ name: control-event-version: 1.1.0.4+version: 1.2.0.0 synopsis: Event scheduling system. description: Allows scheduling and canceling of IO actions to be executed at a specified future time.@@ -16,8 +16,8 @@ Library build-Depends: base >= 4.0 && < 5,- time >= 1.1 && < 1.2,+ time >= 1.1 && < 1.3, containers >= 0.1 && < 0.4,- stm >= 2.1 && < 2.2+ stm >= 2.1 && < 2.3 extensions: DeriveDataTypeable exposed-modules: Control.Event, Control.Event.Timeout, Control.Event.Relative