diff --git a/alarmclock.cabal b/alarmclock.cabal
--- a/alarmclock.cabal
+++ b/alarmclock.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 3d079241564ac100016ed2bad6050d1543f11df47698f2a6035f587e0db961b0
+-- hash: 44a47bdfae866e267373a17e05a860171ce7403ef47d41b0661cfef2a6c7ca2c
 
 name:           alarmclock
-version:        0.6.0.1
+version:        0.6.0.2
 synopsis:       Wake up and perform an action at a certain time.
 description:    Please see the README on Bitbucket at <https://bitbucket.org/davecturner/alarmclock#readme>
 category:       Concurrency
@@ -19,38 +19,38 @@
 cabal-version:  >= 1.10
 
 library
+  exposed-modules:
+      Control.Concurrent.AlarmClock
+      Control.Concurrent.AlarmClock.TimeScale
+  other-modules:
+      Paths_alarmclock
   hs-source-dirs:
       src
   ghc-options: -Wall
   build-depends:
       async
-    , base >=4.8 && <4.12
+    , base >=4.8 && <4.13
     , clock
     , stm
     , time
     , unbounded-delays
-  exposed-modules:
-      Control.Concurrent.AlarmClock
-      Control.Concurrent.AlarmClock.TimeScale
-  other-modules:
-      Paths_alarmclock
   default-language: Haskell2010
 
 test-suite alarmclock-test
   type: exitcode-stdio-1.0
   main-is: Spec.hs
+  other-modules:
+      Paths_alarmclock
   hs-source-dirs:
       test
   ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
   build-depends:
       alarmclock
     , async
-    , base >=4.8 && <4.12
+    , base >=4.8 && <4.13
     , clock
     , hspec
     , stm
     , time
     , unbounded-delays
-  other-modules:
-      Paths_alarmclock
   default-language: Haskell2010
