packages feed

control-event 1.1.0.2 → 1.1.0.3

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~containersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: containers

API changes (from Hackage documentation)

Files

control-event.cabal view
@@ -1,5 +1,5 @@ name:                control-event-version:             1.1.0.2+version:             1.1.0.3 synopsis:            Event scheduling system. description:         Allows scheduling and canceling of IO actions to be                      executed at a specified future time.@@ -17,7 +17,7 @@ Library   build-Depends:       base >= 4.0 && < 5,                        time >= 1.1 && < 1.2,-                       containers >= 0.1 && < 0.3,+                       containers >= 0.1 && < 0.4,                        stm >= 2.1 && < 2.2   extensions:          DeriveDataTypeable   exposed-modules:     Control.Event, Control.Event.Timeout, Control.Event.Relative