diff --git a/src/Text/XML/Writer.hs b/src/Text/XML/Writer.hs
--- a/src/Text/XML/Writer.hs
+++ b/src/Text/XML/Writer.hs
@@ -54,6 +54,10 @@
 import Control.Monad
 #endif
 
+#if MIN_VERSION_xml_conduit(1,10,0)
+import Text.XML.Stream.Render.Internal (rsPretty)
+#endif
+
 -- | Node container to be rendered as children nodes.
 type XML = Writer (DL.DList Node) ()
 
diff --git a/xml-conduit-writer.cabal b/xml-conduit-writer.cabal
--- a/xml-conduit-writer.cabal
+++ b/xml-conduit-writer.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.0
 name:                xml-conduit-writer
-version:             0.1.1.5
+version:             0.1.1.6
 synopsis:            Warm and fuzzy creation of XML documents.
 description:
     “It can scarcely be denied that the supreme goal of
@@ -11,10 +11,10 @@
     .
     Check out more examples in test/Main.hs and
     look at the results with --enable-tests.
-homepage:            https://bitbucket.org/dpwiz/xml-conduit-writer
+homepage:            https://gitlab.com/dpwiz/xml-conduit-writer
 license:             MIT
 license-file:        LICENSE
-copyright:           Alexander Bondarenko 2013
+copyright:           Alexander Bondarenko 2013-2025
 author:              Alexander Bondarenko
 maintainer:          aenor.realm@gmail.com
 category:            Text
