diff --git a/XMLParser.cabal b/XMLParser.cabal
--- a/XMLParser.cabal
+++ b/XMLParser.cabal
@@ -10,7 +10,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.1.0.2
+version:             0.1.0.3
 
 -- A short (one-line) description of the package.
 synopsis:            A library to parse xml
@@ -60,7 +60,7 @@
   other-extensions:    NoMonomorphismRestriction, FlexibleContexts
   
   -- Other library packages from which modules are imported.
-  build-depends:       base >=4.9 && <4.10, parsec >=3.1 && <3.2
+  build-depends:       base >= 4 && <4.10, parsec >=3.1 && <3.2
   
   -- Directories containing source files.
   -- hs-source-dirs:      
