diff --git a/yesod-sass.cabal b/yesod-sass.cabal
--- a/yesod-sass.cabal
+++ b/yesod-sass.cabal
@@ -10,7 +10,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.1.0.0
+version:             0.1.1.0
 
 -- A short (one-line) description of the package.
 synopsis:            A simple quasiquoter to include sass code in yesod
@@ -63,7 +63,7 @@
   -- other-extensions:    
   
   -- Other library packages from which modules are imported.
-  build-depends:       base >=4.7 && <4.8
+  build-depends:       base >=4 && <5
                      , hsass >= 0.2 && < 0.3
                      , template-haskell
                      , data-default
