snoyberg/xml

html-conduit-1.3.2: Not in scope: ‘XML.parseText'’

juhp opened this issue · 2 comments

juhp commented

For Stackage Nightly:

   Building library for html-conduit-1.3.2..
    [1 of 2] Compiling Text.HTML.TagStream
    
    /var/stackage/work/unpack-dir/unpacked/html-conduit-1.3.2-4c409dc2ad34d07beb983a08907951cfadef549d221f9e8e6e074525085fa4c8/src/Text/HTML/TagStream.hs:152:14: error:
        Not in scope: ‘XML.parseText'’
        Perhaps you meant one of these:
          ‘XML.parseText’ (imported from Text.XML.Stream.Parse),
          ‘XML.parseTextPos’ (imported from Text.XML.Stream.Parse)
        Module ‘Text.XML.Stream.Parse’ does not export ‘parseText'’.
        |
    152 |           .| XML.parseText' XML.def { XML.psDecodeEntities = XML.decodeHtmlEntities }
        |              ^^^^^^^^^^^^^^
k0ral commented

This was fixed a while ago (cf this commit) as part of release 1.3.2.1, but it is unfortunately not published into Hackage.
@snoyberg Could you please publish this release into Hackage, and add a xml-conduit < 1.9 constraint on html-conduit 1.3.2 ?

Upload made. The last upload seems to have failed and I didn't notice.