alarmclock 0.4.0.2 → 0.4.0.3
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 +2/−2
alarmclock.cabal view
@@ -1,5 +1,5 @@ name: alarmclock-version: 0.4.0.2+version: 0.4.0.3 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.8 && <4.10+ base >=4.8 && <4.11 , stm , async , time