The documentation for decodeUtf8Lenient from conduit-extra says it has been available since 1.1.1 (and I didn't verify this). The current version of Text.HTML.DOM uses it. However, there is no lower bound on conduit-extra in html-conduit.cabal. I ran into this issue when html-conduit failed to compile with conduit-extra-1.0.0.1.
The documentation for
decodeUtf8Lenientfromconduit-extrasays it has been available since 1.1.1 (and I didn't verify this). The current version ofText.HTML.DOMuses it. However, there is no lower bound onconduit-extrainhtml-conduit.cabal. I ran into this issue whenhtml-conduitfailed to compile withconduit-extra-1.0.0.1.