diff --git a/QuickCheck.cabal b/QuickCheck.cabal
--- a/QuickCheck.cabal
+++ b/QuickCheck.cabal
@@ -1,13 +1,13 @@
 Name: QuickCheck
-Version: 2.1
+Version: 2.1.0.1
 Cabal-Version: >= 1.2
 Build-type: Simple
 License: BSD3
 License-file: LICENSE
-Copyright: Koen Claessen <koen@cs.chalmers.se>
-Author: Koen Claessen <koen@cs.chalmers.se>
-Maintainer: Koen Claessen <koen@cs.chalmers.se>
-Homepage: http://www.haskell.org/QuickCheck/
+Copyright: Koen Claessen <koen@chalmers.se>
+Author: Koen Claessen <koen@chalmers.se>
+Maintainer: Koen Claessen <koen@chalmers.se>
+Homepage: http://www.cs.chalmers.se/~koen
 Category:	    Testing
 Synopsis:	    Automatic testing of Haskell programs
 Description:
diff --git a/Test/QuickCheck/Function.hs b/Test/QuickCheck/Function.hs
--- a/Test/QuickCheck/Function.hs
+++ b/Test/QuickCheck/Function.hs
@@ -1,7 +1,8 @@
 -- | Uses magic to show and shrink functions.
 module Test.QuickCheck.Function
-  -- * \"Magic\" functions
-  ( Function(..)
+  (
+  -- * Magic functions
+    Function(..)
   , function
   
   -- * Generating monotonic functions
