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.0.1
+Version:             0.0.0.2
 Synopsis:            Provide Prelude and Data.List with fixed content across GHC versions
 Description:
   This package allows you to write warning-free code
@@ -36,7 +36,7 @@
   In my opinion, this is the wrong way round.
   The presented Prelude2010 module should have been the one for GHC-7.10
   and the Prelude with added and generalized list functions
-  should have been an additionally PreludeFTP,
+  should have been an additional PreludeFTP,
   preferably exported by a separate package
   like all other alternate Prelude projects.
   But the purpose of the FTP was to save some import statements
@@ -62,14 +62,16 @@
 License-File:        LICENSE
 Author:              Henning Thielemann
 Maintainer:          haskell@henning-thielemann.de
-Category:            Prelude, Haskell2010
+Category:            Prelude, Haskell2010, Compatibility
+Stability:           Stable
 Build-Type:          Simple
 Cabal-Version:       >=1.10
-Tested-With:         GHC==6.12.3, GHC==7.0.4, GHC==7.2.2
-Tested-With:         GHC==7.4.2, GHC==7.6.3, GHC==7.8.4, GHC==7.10.3
+Tested-With:         GHC==7.0.4, GHC==7.2.2, GHC==7.4.2
+Tested-With:         GHC==7.6.3, GHC==7.8.4, GHC==7.10.3
+Tested-With:         GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.1
 
 Source-Repository this
-  Tag:         0.0.0.1
+  Tag:         0.0.0.2
   Type:        darcs
   Location:    http://hub.darcs.net/thielema/prelude-compat
 
diff --git a/src/Prelude2010.hs b/src/Prelude2010.hs
--- a/src/Prelude2010.hs
+++ b/src/Prelude2010.hs
@@ -29,7 +29,7 @@
    Integer,
    Integral (quot, rem, div, mod, quotRem, divMod, toInteger),
    Maybe (Nothing, Just),
-   Monad ((>>=), (>>), return, fail),
+   Monad ((>>=), (>>), return), fail,
    Num ((+), (*), (-), negate, abs, signum, fromInteger),
    Ord (compare, (<), (>=), (>), (<=), max, min),
    Ordering (LT, EQ, GT),
