diff --git a/shake-minify.cabal b/shake-minify.cabal
--- a/shake-minify.cabal
+++ b/shake-minify.cabal
@@ -1,5 +1,5 @@
 name:                shake-minify
-version:             0.1.2
+version:             0.1.3
 synopsis:            Shake Minify Rules
 description:         Shake rules to minify CSS and JS files. @shake-minify@
                      doesn't require any external tools to be on the @$PATH@ and uses
@@ -15,11 +15,11 @@
 
 library
   exposed-modules:     Development.Shake.Minify
-  build-depends:       base       >= 4.7  && < 4.8
+  build-depends:       base       >= 4.7  && < 4.9
                      , bytestring >= 0.10 && < 0.11
                      , css-text   >= 0.1  && < 0.2
                      , hjsmin     >= 0.1  && < 0.2
-                     , shake      >= 0.14 && < 0.15
+                     , shake      >= 0.14 && < 0.16
                      , text       >= 1.2  && < 1.3
 
   hs-source-dirs:      src
