diff --git a/monad-parallel.cabal b/monad-parallel.cabal
--- a/monad-parallel.cabal
+++ b/monad-parallel.cabal
@@ -1,6 +1,6 @@
 Name:                monad-parallel
-Version:             0.7.1
-Cabal-Version:       >= 1.2
+Version:             0.7.1.1
+Cabal-Version:       >= 1.10
 Build-Type:          Simple
 Synopsis:            Parallel execution of monadic computations
 Category:            Control, Monads
@@ -17,11 +17,13 @@
 Maintainer:          blamario@yahoo.com
 Homepage:            http://trac.haskell.org/SCC/wiki/monad-parallel
 Extra-source-files:  Test/TestParallel.hs
--- Source-repository head
---   type:              darcs
---   location:          http://code.haskell.org/SCC/
+Source-repository head
+  type:              darcs
+  location:          http://code.haskell.org/SCC/
 
 Library
   Exposed-Modules:   Control.Monad.Parallel
-  Build-Depends:     base < 5, parallel, transformers >= 0.2 && < 0.3
+  Build-Depends:     base < 5, parallel, transformers >= 0.2 && < 0.4
   GHC-prof-options:  -auto-all
+  if impl(ghc >= 7.0.0)
+     default-language: Haskell2010
