diff --git a/shake-pack.cabal b/shake-pack.cabal
--- a/shake-pack.cabal
+++ b/shake-pack.cabal
@@ -1,6 +1,6 @@
 name:                shake-pack
-version:             0.1.0
-synopsis:            Shake File Pack Actions
+version:             0.1.1
+synopsis:            Shake File Pack Rule
 description:         Shake rule for tar-ing and compressing files with bzip2.
                      Uses bz2 C library on the system.
 homepage:            https://github.com/LukeHoersten/shake-pack
@@ -14,7 +14,7 @@
 
 library
   exposed-modules:     Development.Shake.Pack
-  build-depends:       base >=4.7 && <4.8
+  build-depends:       base       >= 4.7  && < 4.9
                      , bytestring >= 0.10 && < 0.11
                      , bzlib      >= 0.5  && < 0.6
                      , shake      >= 0.14 && < 0.15
