diff --git a/press.cabal b/press.cabal
--- a/press.cabal
+++ b/press.cabal
@@ -1,7 +1,7 @@
 Name:                press
-Version:             0.1.0
-Synopsis:            Text templating language
-Description:         A text templating language similar to Jinja & Django Templates
+Version:             0.1.1
+Synopsis:            Text template library targeted at the web / HTML generation
+Description:         Press is a general purpose text templating engine that is targeted at generating HTML / Web content.  It uses the same syntax Django/Jinja templates use.
 Category:            Text, Web
 License:             GPL
 License-File:        LICENSE
@@ -12,5 +12,5 @@
 Cabal-Version:       >= 1.2
 
 Library
-  Build-Depends:     base <4, containers, mtl, parsec >= 3.0.0, json
+  Build-Depends:     base >= 3 && < 5, containers, mtl, parsec >= 3.0.0, json
   Exposed-Modules:   Text.Press.Render, Text.Press.Parser, Text.Press.Tags, Text.Press.Run, Text.Press.Types
