diff --git a/Chitra.cabal b/Chitra.cabal
--- a/Chitra.cabal
+++ b/Chitra.cabal
@@ -7,7 +7,7 @@
 -- The package version. See the Haskell package versioning policy
 -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for
 -- standards guiding when and how versions should be incremented.
-Version:             0.2
+Version:             0.2.1
 
 -- A short (one-line) description of the package.
 Synopsis:            A platform independent mechanism to render graphics using vnc.
@@ -51,7 +51,7 @@
   Main-is: Main.hs
   
   -- Packages needed in order to build this package.
-  Build-depends: base >= 3 && < 4 , mtl >= 2, binary >= 0.5, bytestring >= 0.5,
+  Build-depends: base >= 3 && < 5 , mtl >= 2, binary >= 0.5, bytestring >= 0.5,
                  network >= 2.3
 	
   
