diff --git a/alarmclock.cabal b/alarmclock.cabal
--- a/alarmclock.cabal
+++ b/alarmclock.cabal
@@ -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
