diff --git a/Text/Hamlet.hs b/Text/Hamlet.hs
--- a/Text/Hamlet.hs
+++ b/Text/Hamlet.hs
@@ -40,6 +40,11 @@
     , ihamletRules
     , htmlRules
     , CloseStyle (..)
+      -- * Used by generated code
+    , condH
+    , maybeH
+    , asHtmlUrl
+    , attrsToHtml
     ) where
 
 import Text.Shakespeare.Base
diff --git a/hamlet.cabal b/hamlet.cabal
--- a/hamlet.cabal
+++ b/hamlet.cabal
@@ -1,5 +1,5 @@
 name:            hamlet
-version:         1.1.7.2
+version:         1.1.7.3
 license:         MIT
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
