diff --git a/Setup.hs b/Setup.hs
--- a/Setup.hs
+++ b/Setup.hs
@@ -1,17 +1,2 @@
-#!/usr/bin/env runhaskell
-
 import Distribution.Simple
-import Distribution.Simple.Setup
-import Distribution.PackageDescription
-
-import Util.GenerateHtmlCombinators (generateHtmlCombinators)
-
-main :: IO ()
-main = defaultMainWithHooks hooks
-  where
-    hooks = simpleUserHooks { preConf = preConf' }
-
-    -- Simple hook that generates the code for the HTML combinators.
-    preConf' _ _ = do
-        generateHtmlCombinators
-        return emptyHookedBuildInfo
+main = defaultMain
diff --git a/blaze-html.cabal b/blaze-html.cabal
--- a/blaze-html.cabal
+++ b/blaze-html.cabal
@@ -7,7 +7,7 @@
 -- The package version. See the Haskell package versioning policy
 -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for
 -- standards guiding when and how versions should be incremented.
-Version:             0.2
+Version:             0.2.1
 
 -- A short (one-line) description of the package.
 Synopsis:            A blazingly fast HTML combinator library.
@@ -41,7 +41,7 @@
 
 Category:            Text
 
-Build-type:          Custom
+Build-type:          Simple
 
 -- Extra files to be distributed with the package, such as examples or
 -- a README.
