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:             1.1.1
+version:             1.1.2
 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
@@ -17,7 +17,8 @@
 
 library
   exposed-modules:     Yesod.Goodies.PNotify
-                       Yesod.Goodies.PNotify.Types
+
+  other-modules:       Yesod.Goodies.PNotify.Types
                        Yesod.Goodies.PNotify.Types.Instances
                        Yesod.Goodies.PNotify.Modules.Buttons
                        Yesod.Goodies.PNotify.Modules.Confirm
@@ -27,7 +28,6 @@
                        Yesod.Goodies.PNotify.Modules.Reference
                        Yesod.Goodies.PNotify.Modules.Stack
 
-  -- other-modules:       
 
   extensions:          OverloadedStrings
                      , QuasiQuotes
@@ -40,7 +40,7 @@
                      , NamedFieldPuns
                      , ViewPatterns
 
-  build-depends:         base >= 4.6 && < 4.9
+  build-depends:         base >= 4.8 && < 4.9
                        , yesod >= 1.2 && < 1.5
                        , yesod-form >= 1.3 && < 1.5
                        , text >= 0.11 && < 1.3
@@ -62,7 +62,7 @@
                      , NamedFieldPuns
                      , ViewPatterns
 
-  build-depends:         base >= 4.6 && < 4.9
+  build-depends:         base >= 4.8 && < 4.9
                        , yesod >= 1.2 && < 1.5
                        , yesod-form >= 1.3 && < 1.5
                        , text >= 0.11 && < 1.3
