diff --git a/tttool.cabal b/tttool.cabal
--- a/tttool.cabal
+++ b/tttool.cabal
@@ -1,8 +1,5 @@
--- Initial tttool.cabal generated by cabal init.  For further 
--- documentation, see http://haskell.org/cabal/users-guide/
-
 name:                tttool
-version:             1.4.0.2
+version:             1.4.0.3
 synopsis:            Working with files for the Tiptoi® pen
 description:         The Ravensburger Tiptoi® pen is programmed via special
                      files. Their file format has been reverse engineered; this
@@ -67,7 +64,7 @@
     parsec      == 3.1.*,
     process     == 1.1.*   ||  == 1.2.*,
     random      >= 1.0      &&   < 1.2,
-    vector      == 0.10.*,
+    vector      >= 0.10     &&   < 0.12,
     yaml        == 0.8.*
 
   if impl(ghc < 7.5)
