diff --git a/shakers.cabal b/shakers.cabal
--- a/shakers.cabal
+++ b/shakers.cabal
@@ -1,5 +1,5 @@
 name: shakers
-version: 0.0.26
+version: 0.0.27
 cabal-version: >=1.22
 build-type: Simple
 license: MIT
@@ -24,7 +24,7 @@
         base >=4.8 && <5,
         basic-prelude >=0.5.2,
         directory >=1.2.2.0,
-        shake >=0.15.6
+        shake >=0.15.11
     default-language: Haskell2010
     hs-source-dirs: src
     ghc-options: -Wall
@@ -33,7 +33,7 @@
     main-is: Shakefile.hs
     build-depends:
         base >=4.8.2.0,
-        shakers >=0.0.26
+        shakers >=0.0.27
     default-language: Haskell2010
     ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
 
