packages feed

alarmclock 0.2.0.9 → 0.3.0.1

raw patch · 2 files changed

+2/−3 lines, 2 filesdep ~base

Dependency ranges changed: base

Files

alarmclock.cabal view
@@ -1,5 +1,5 @@ name:                alarmclock-version:             0.2.0.9+version:             0.3.0.1 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.9+      base >=4.8 && <4.9     , stm     , time     , unbounded-delays
src/Control/Concurrent/AlarmClock.hs view
@@ -33,7 +33,6 @@   , isAlarmSetSTM   ) where -import Control.Applicative ((<$>), (<*>)) import Control.Concurrent (forkIO, newEmptyMVar, readMVar, putMVar) import Control.Concurrent.STM (STM, atomically, retry, TVar, newTVar, writeTVar, readTVar, modifyTVar') import Control.Concurrent.Timeout (timeout)