diff --git a/prettyprinter-lucid.cabal b/prettyprinter-lucid.cabal
--- a/prettyprinter-lucid.cabal
+++ b/prettyprinter-lucid.cabal
@@ -8,7 +8,7 @@
 license-file:        LICENSE
 author:              George Thomas
 maintainer:          georgefsthomas@gmail.com
-version:             0.1.0.0
+version:             0.1.0.1
 extra-doc-files:     README.md
 
 source-repository head
diff --git a/src/Prettyprinter/Lucid.hs b/src/Prettyprinter/Lucid.hs
--- a/src/Prettyprinter/Lucid.hs
+++ b/src/Prettyprinter/Lucid.hs
@@ -1,8 +1,8 @@
-module Prettyprinter.Lucid where
+module Prettyprinter.Lucid (renderHtml) where
 
 import qualified Data.Text as T
-import Lucid
-import Prettyprinter.Render.Util.SimpleDocTree
+import Lucid (Html, ToHtml (toHtml), br_, pre_)
+import Prettyprinter.Render.Util.SimpleDocTree (SimpleDocTree (..))
 
 renderHtml :: SimpleDocTree (Html () -> Html ()) -> Html ()
 renderHtml =
