alarmclock 0.2.0.1 → 0.2.0.2
raw patch · 2 files changed
+5/−5 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
alarmclock.cabal view
@@ -1,5 +1,5 @@ name: alarmclock-version: 0.2.0.1+version: 0.2.0.2 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
src/Control/Concurrent/AlarmClock.hs view
@@ -12,10 +12,10 @@ can itself return the time at which it should run again. To perform time-based cache expiry, create an 'AlarmClock' whose action flushes-any stale entries from the cache and returns the next time that an entry will-expire. If the cache contains no entries that will expire, return 'Nothing'-from the alarm action. When expiring entries are added to the cache, call-'setAlarm' to ensure that they will expire in a timely fashion.+any stale entries from the cache and then calls `setAlarm` for the next time+that an entry will expire (if there are any). When expiring entries are added+to the cache, call 'setAlarm' to ensure that they will expire in a timely+fashion. -}