diff --git a/monad-par.cabal b/monad-par.cabal
--- a/monad-par.cabal
+++ b/monad-par.cabal
@@ -1,5 +1,5 @@
 Name:                monad-par
-Version:             0.1.0.2
+Version:             0.1.0.3
 Synopsis:            A library for parallel programming based on a monad
 
 Description:         This library offers an alternative parallel programming
@@ -87,7 +87,7 @@
                  , Control.Monad.Par.IList
                  , Control.Monad.Par.Internal
   Build-depends: base >= 4 && < 5,
-                 deepseq >= 1.1 && < 1.3,
+                 deepseq >= 1.1 && < 1.4,
                  HUnit >= 1.2
   ghc-options: -O2
   Other-modules:
