diff --git a/vado.cabal b/vado.cabal
--- a/vado.cabal
+++ b/vado.cabal
@@ -1,5 +1,5 @@
 name: vado
-version: 0.0.2
+version: 0.0.3
 cabal-version: >=1.8
 build-type: Simple
 license: MIT
@@ -20,7 +20,7 @@
 library
     build-depends: base >=4.0.0.0 && <4.8, attoparsec >=0.10.4.0 && <0.13,
                    directory >=1.1.0.0 && <1.3, filepath >=1.2.0.0 && <1.4,
-                   process >=1.0.1.5 && <1.3, text >=0.11.3.1 && <1.2
+                   process >=1.0.1.5 && <1.3, text >=0.11.3.1 && <1.3
     exposed-modules: System.Process.Vado
     exposed: True
     buildable: True
@@ -29,7 +29,7 @@
 executable vado
     build-depends: base >=4.0.0.0 && <4.8, attoparsec >=0.10.4.0 && <0.13,
                    directory >=1.1.0.0 && <1.3, filepath >=1.2.0.0 && <1.4,
-                   process >=1.0.1.5 && <1.3, text >=0.11.3.1 && <1.2
+                   process >=1.0.1.5 && <1.3, text >=0.11.3.1 && <1.3
     main-is: Main.hs
     buildable: True
     hs-source-dirs: src
@@ -38,7 +38,7 @@
 executable vamount
     build-depends: base >=4.0.0.0 && <4.8, attoparsec >=0.10.4.0 && <0.13,
                    directory >=1.1.0.0 && <1.3, filepath >=1.2.0.0 && <1.4,
-                   process >=1.0.1.5 && <1.3, text >=0.11.3.1 && <1.2
+                   process >=1.0.1.5 && <1.3, text >=0.11.3.1 && <1.3
     main-is: Vamount.hs
     buildable: True
     hs-source-dirs: src
@@ -47,7 +47,7 @@
 test-suite test-vado
     build-depends: base >=4.0.0.0 && <4.8, QuickCheck -any, attoparsec >=0.10.4.0 && <0.13,
                    directory >=1.1.0.0 && <1.3, filepath >=1.2.0.0 && <1.4,
-                   process >=1.0.1.5 && <1.3, text >=0.11.3.1 && <1.2
+                   process >=1.0.1.5 && <1.3, text >=0.11.3.1 && <1.3
     type: exitcode-stdio-1.0
     main-is: Test.hs
     buildable: True
