diff --git a/prelude-compat.cabal b/prelude-compat.cabal
--- a/prelude-compat.cabal
+++ b/prelude-compat.cabal
@@ -1,5 +1,5 @@
 Name:                prelude-compat
-Version:             0.0
+Version:             0.0.0.1
 Synopsis:            Provide Prelude and Data.List with fixed content across GHC versions
 Description:
   This package allows you to write warning-free code
@@ -25,9 +25,8 @@
   .
   to your modules.
   This way, you must change all affected modules.
-  If you want to avoid this
-  you may try the 'prelude2010' package
-  or check whether it helps to add
+  If you want to avoid this you may try the 'prelude2010' package
+  or if you already import Prelude explicitly, you may try to add
   .
   > Default-Extensions: CPP, NoImplicitPrelude
   > CPP-Options: -DPrelude=Prelude2010
@@ -70,7 +69,7 @@
 Tested-With:         GHC==7.4.2, GHC==7.6.3, GHC==7.8.4, GHC==7.10.3
 
 Source-Repository this
-  Tag:         0.0
+  Tag:         0.0.0.1
   Type:        darcs
   Location:    http://hub.darcs.net/thielema/prelude-compat
 
