diff --git a/html.cabal b/html.cabal
--- a/html.cabal
+++ b/html.cabal
@@ -1,9 +1,10 @@
 name:		html
-version:	1.0.1.1
+version:	1.0.1.2
 license:	BSD3
 license-file:	LICENSE
 maintainer:	libraries@haskell.org
 synopsis:	HTML combinator library
+category:       Web
 build-depends:  base>=2.0
 description:
 	This package contains a combinator library for constructing
diff --git a/prologue.txt b/prologue.txt
new file mode 100644
--- /dev/null
+++ b/prologue.txt
@@ -0,0 +1,1 @@
+An Html combinator library.
