diff --git a/web-output.cabal b/web-output.cabal
--- a/web-output.cabal
+++ b/web-output.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                web-output
-version:             0.3.0.0
+version:             0.3.0.1
 synopsis:            Library to present content to an user via their browser
 description:         Library to present content to an user via their browser
 homepage:            https://github.com/danse/web-output
@@ -20,7 +20,7 @@
   exposed-modules:     WebOutput
   -- other-modules:       
   -- other-extensions:    
-  build-depends:       base >=4.8 && <4.9,
+  build-depends:       base >=4.9 && <4.10,
                        temporary,
                        open-browser,
                        directory,
