diff --git a/generic-maybe.cabal b/generic-maybe.cabal
--- a/generic-maybe.cabal
+++ b/generic-maybe.cabal
@@ -2,12 +2,12 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                generic-maybe
-version:             0.1.0.0
+version:             0.1.0.1
 synopsis:            A generic version of Data.Maybe
 description:
- This module is a drop in replacement for 'Data.Maybe.Maybe'. It generalizes
+ This module is a drop in replacement for 'Data.Maybe'. It generalizes
  the functions to any types that share the same \"sum of products\" view
- of 'Data.Maybe.Maybe'.
+ of 'Maybe'.
  .
  To use the module for you type, enable GHC's DeriveGeneric extension and
  derive a Generic instance for your type.
