diff --git a/timers.cabal b/timers.cabal
--- a/timers.cabal
+++ b/timers.cabal
@@ -1,5 +1,5 @@
 name:                timers
-version:             0.2.0.1
+version:             0.2.0.2
 synopsis:            Simple package that implements timers.
 description:         Simple package that implements timers. Both "one-shot" and "repeating" timers are implemented.
 license:             BSD3
@@ -25,11 +25,11 @@
         Control.Concurrent.Timer.Types
 
     build-depends:
-        base              >= 4.5 && < 4.7
+        base              >= 4.5 && < 5
       , lifted-base       >= 0.1 && < 0.3
-      , monad-control     == 0.3.*
-      , transformers-base == 0.4.*
-      , suspend           == 0.1.*
+      , monad-control     >= 0.3 && < 0.4
+      , suspend           >= 0.2 && < 0.3
+      , transformers-base >= 0.4 && < 0.5
 
     hs-source-dirs:      src
     ghc-options:         -Wall -fwarn-unused-imports
