diff --git a/Setup.hs b/Setup.hs
--- a/Setup.hs
+++ b/Setup.hs
@@ -1,2 +1,6 @@
+module Main (main) where
+
 import Distribution.Simple
+
+main :: IO ()
 main = defaultMain
diff --git a/html.cabal b/html.cabal
--- a/html.cabal
+++ b/html.cabal
@@ -1,5 +1,5 @@
 name:		html
-version:	1.0
+version:	1.0.1.1
 license:	BSD3
 license-file:	LICENSE
 maintainer:	libraries@haskell.org
@@ -8,6 +8,8 @@
 description:
 	This package contains a combinator library for constructing
         HTML documents.
+build-type:     Simple
 exposed-modules:
 	Text.Html
 	Text.Html.BlockTable
+nhc98-options: -K2M
