diff --git a/shake-pack.cabal b/shake-pack.cabal
--- a/shake-pack.cabal
+++ b/shake-pack.cabal
@@ -1,5 +1,5 @@
 name:                shake-pack
-version:             0.1.1
+version:             0.1.2
 synopsis:            Shake File Pack Rule
 description:         Shake rule for tar-ing and compressing files with bzip2.
                      Uses bz2 C library on the system.
@@ -17,7 +17,7 @@
   build-depends:       base       >= 4.7  && < 4.9
                      , bytestring >= 0.10 && < 0.11
                      , bzlib      >= 0.5  && < 0.6
-                     , shake      >= 0.14 && < 0.15
+                     , shake      >= 0.14 && < 0.16
                      , tar        >= 0.4  && < 0.5
 
   hs-source-dirs:      src
