diff --git a/library/ListT/HTMLParser/Prelude.hs b/library/ListT/HTMLParser/Prelude.hs
new file mode 100644
--- /dev/null
+++ b/library/ListT/HTMLParser/Prelude.hs
@@ -0,0 +1,14 @@
+module ListT.HTMLParser.Prelude
+(
+  module Exports,
+)
+where
+
+import BasePrelude as Exports
+import MTLPrelude as Exports hiding (Error, shift)
+import Control.Monad.Trans.Either as Exports hiding (left, right)
+import ListT as Exports (ListT)
+import Data.Text as Exports (Text)
+import Conversion as Exports
+import Conversion.Text as Exports
+
diff --git a/list-t-html-parser.cabal b/list-t-html-parser.cabal
--- a/list-t-html-parser.cabal
+++ b/list-t-html-parser.cabal
@@ -1,7 +1,7 @@
 name:
   list-t-html-parser
 version:
-  0.4.1
+  0.4.1.1
 synopsis:
   Streaming HTML parser
 category:
@@ -39,6 +39,7 @@
   hs-source-dirs:
     library
   other-modules:
+    ListT.HTMLParser.Prelude
     ListT.HTMLParser.Renderer
     ListT.HTMLParser.XML
   exposed-modules:
