diff --git a/pretty-class.cabal b/pretty-class.cabal
--- a/pretty-class.cabal
+++ b/pretty-class.cabal
@@ -1,5 +1,5 @@
 Name:		pretty-class
-Version:	1.0.1.0
+Version:	1.0.1.1
 License:	BSD3
 Author:		Lennart Augustsson
 Maintainer:	David Fox
@@ -9,7 +9,18 @@
 Build-type:	Simple
 Description:	Pretty printing class similar to Show, based on the HughesPJ
                 pretty printing library.  Provides the pretty printing class
-                and instances for the Prelude types.
-Hs-Source-Dirs: src
-Build-Depends:	base < 5, pretty
-Exposed-modules:	Text.PrettyPrint.HughesPJClass
+                and instances for the Prelude types.  This upload replaces the
+                old pretty-class package (which I believe nobody is using) with
+                a copy of Lennart's prettyclass package with a small change to
+                its Char instance.
+Homepage:       https://github.com/ddssff/pretty-class
+Cabal-Version:  >= 1.9
+
+Library
+  Hs-Source-Dirs: src
+  Build-Depends:	base < 5, pretty
+  Exposed-modules:	Text.PrettyPrint.HughesPJClass
+
+source-repository head
+  type:     git
+  location: https://github.com/ddssff/pretty-class
