diff --git a/monad-par-extras.cabal b/monad-par-extras.cabal
--- a/monad-par-extras.cabal
+++ b/monad-par-extras.cabal
@@ -1,11 +1,12 @@
 Name:                monad-par-extras
-Version:             0.3
+Version:             0.3.2
 Synopsis:            Combinators and extra features for Par monads
 
 
 -- Version history:
 --  0.3      : Factored/reorganized modules.  This module is a spinoff of 
 --             the original monad-par
+--  0.3.2    : Relax depends.
 
 
 Description:         The modules below provide additional
@@ -18,9 +19,9 @@
 Homepage:            https://github.com/simonmar/monad-par
 License:             BSD3
 License-file:        LICENSE
-Author:              Simon Marlow
-Maintainer:          Simon Marlow <marlowsd@gmail.com>
-Copyright:           (c) Simon Marlow 2011
+Author:              Ryan Newton, Simon Marlow
+Maintainer:          Ryan Newton <rrnewton@gmail.com>
+Copyright:           (c) Ryan Newton 2012
 Stability:           Experimental
 Category:            Control,Parallelism,Monads
 Build-type:          Simple
@@ -50,12 +51,12 @@
 
   Build-depends: base >= 4 && < 5
                -- This provides the interface which monad-par implements:
-               , abstract-par == 0.3.*
-               , cereal == 0.3.*
-               , deepseq == 1.3.*     
-               , mtl == 2.0.*
-               , random == 1.0.*          
-               , transformers == 0.2.*
+               , abstract-par >= 0.3
+               , cereal       >= 0.3
+               , deepseq      >= 1.3
+               , random       >= 1.0
+               , mtl          >= 2.0
+               , transformers >= 0.2
 
   ghc-options: -O2
   Other-modules:
