Index: b/wizards.cabal
===================================================================
--- a/wizards.cabal
+++ b/wizards.cabal
@@ -8,6 +8,7 @@ Name:                wizards
 -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for
 -- standards guiding when and how versions should be incremented.
 Version:             1.0.3
+x-revision: 2
 
 -- A short (one-line) description of the package.
 Synopsis:            High level, generic library for interrogative user interfaces
@@ -61,7 +62,7 @@ Build-type:          Simple
 -- Extra-source-files:  
 
 -- Constraint on the version of Cabal needed to build this package.
-Cabal-version:       >=1.6
+Cabal-version:       >=1.8
 
 source-repository head
    type:     git   
@@ -83,7 +84,7 @@ Library
   Extensions: OverlappingInstances                   
   
   -- Packages needed in order to build this package.
-  Build-depends: base == 4.*, haskeline >= 0.6 && < 0.8, mtl >= 2.0 && < 2.3, transformers >= 0.1 && < 0.6, control-monad-free >= 0.5 && < 0.7, containers >= 0.4 && < 0.7
+  Build-depends: base == 4.*, haskeline >= 0.6 && < 0.9, mtl >= 2.0 && < 2.4, transformers >= 0.1 && < 0.7, control-monad-free >= 0.5 && < 0.7, containers >= 0.4 && < 0.7
 
   -- Modules not exported by this package.
   -- Other-modules:       
