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.8
-Cabal-Version:       >= 1.10
+Version:             0.8.0.1
+Cabal-Version:       2.0
 Build-Type:          Simple
 Synopsis:            Parallel execution of monadic computations
 Category:            Control, Monads
@@ -23,6 +23,5 @@
 
 Library
   Exposed-Modules:   Control.Monad.Parallel
-  Build-Depends:     base < 5, parallel, transformers >= 0.2 && < 0.7, transformers-compat >= 0.3 && < 0.8
-  if impl(ghc >= 7.0.0)
-     default-language: Haskell2010
+  Build-Depends:     base < 5, parallel, transformers >= 0.2 && < 0.7, transformers-compat >= 0.3 && < 0.9
+  default-language:  Haskell2010
