diff --git a/doctest.cabal b/doctest.cabal
--- a/doctest.cabal
+++ b/doctest.cabal
@@ -1,5 +1,5 @@
 name:                doctest
-version:             0.4.1
+version:             0.4.2
 stability:           experimental
 synopsis:            Test interactive Haskell examples
 description:         The doctest program checks examples in source code comments.
@@ -33,13 +33,13 @@
                     , DocTest
 
     build-depends:
-                       base       >= 4.0  && < 4.5
+                       base       >= 4.0  && < 4.4
                      , containers >= 0.3  && < 0.5
-                     , haddock    >= 2.8  && < 2.10
-                     , ghc        >= 6.12 && < 7.4
+                     , haddock    >= 2.8  && <= 2.9.2
+                     , ghc        >= 6.12 && < 7.2
                      , ghc-paths  == 0.1.*
                      , HUnit      == 1.2.*
-                     , process    >= 1.0 &&  < 1.2
+                     , process    == 1.0.*
 
 executable doctest
     ghc-options:     -Wall -threaded
@@ -53,10 +53,10 @@
                     , DocTest
 
     build-depends:
-                       base       >= 4.0  && < 4.5
+                       base       >= 4.0  && < 4.4
                      , containers >= 0.3  && < 0.5
-                     , haddock    >= 2.8  && < 2.10
-                     , ghc        >= 6.12 && < 7.4
+                     , haddock    >= 2.8  && <= 2.9.2
+                     , ghc        >= 6.12 && < 7.2
                      , ghc-paths  == 0.1.*
                      , HUnit      == 1.2.*
-                     , process    >= 1.0 &&  < 1.2
+                     , process    == 1.0.*
