diff --git a/yesod-pnotify.cabal b/yesod-pnotify.cabal
--- a/yesod-pnotify.cabal
+++ b/yesod-pnotify.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                yesod-pnotify
-version:             0.5.0
+version:             0.6.0
 synopsis:            Yet another getMessage/setMessage using pnotify jquery plugins
 description:         Yet another getMessage/setMessage using pnotify jquery plugins
 homepage:            https://github.com/cutsea110/yesod-pnotify
@@ -18,9 +18,9 @@
 library
   exposed-modules:     Yesod.Goodies.PNotify
   -- other-modules:       
-  build-depends:         base >= 4.6 && < 4.8
-                       , yesod >= 1.2 && < 1.3
-                       , yesod-form >= 1.3 && < 1.4
+  build-depends:         base >= 4.6 && < 4.9
+                       , yesod >= 1.2 && < 1.5
+                       , yesod-form >= 1.3 && < 1.5
                        , text >= 0.11 && < 1.3
                        , transformers >= 0.3 && < 0.5
                        , shakespeare >= 2.0 && < 2.1
