packages feed

alarmclock 0.2.0.5 → 0.2.0.6

raw patch · 1 files changed

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

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

alarmclock.cabal view
@@ -1,5 +1,5 @@ name:                alarmclock-version:             0.2.0.5+version:             0.2.0.6 synopsis:            Wake up and perform an action at a certain time. description:         Wake up and perform an action at a certain time. homepage:            https://bitbucket.org/davecturner/alarmclock@@ -15,7 +15,7 @@ library   exposed-modules:     Control.Concurrent.AlarmClock   build-depends:-      base >=4.7 && <4.8+      base >=4.7 && <4.9     , stm     , time     , unbounded-delays