diff --git a/cache.cabal b/cache.cabal
--- a/cache.cabal
+++ b/cache.cabal
@@ -1,5 +1,5 @@
 name:           cache
-version:        0.1.1.1
+version:        0.1.1.2
 synopsis:       An in-memory key/value store with expiration support
 homepage:       https://github.com/hverr/haskell-cache#readme
 license:        BSD3
@@ -25,7 +25,7 @@
   exposed-modules:     Data.Cache
                      , Data.Cache.Internal
   build-depends:       base >= 4.8 && < 5
-                     , clock >= 0.7 && < 0.8
+                     , clock >= 0.7 && < 0.9
                      , hashable >= 1.0.1.1
                      , stm >= 2.2 && < 3
                      , transformers >= 0.4.2 && < 0.6
