<div dir="auto">I believe this is possible, and that we can upload haddocks manually just like any other package, but I'm not sure.<div dir="auto"><br></div><div dir="auto">Cc'ing Ben.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Sep 13, 2021, 12:08 Viktor Dukhovni <<a href="mailto:ietf-dane@dukhovni.org">ietf-dane@dukhovni.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
The Data.Foldable documentation included with the GHC 9.0 release<br>
used a newish haddock syntax `someFunction'` rather than the more<br>
traditional 'someFunction''.  It turned out that the former was<br>
not supported by the version of haddock that builds the "hackage"<br>
docs.  Thus, in<br>
<br>
  <a href="https://hackage.haskell.org/package/base-4.15.0.0/docs/Data-Foldable.html#g:7" rel="noreferrer noreferrer" target="_blank">https://hackage.haskell.org/package/base-4.15.0.0/docs/Data-Foldable.html#g:7</a><br>
<br>
various references to `foldl'` and `foldMap'` are rendered as<br>
"foldl`" and "foldMap`" and rather unfortunately hyperlink to<br>
the "bare" 'foldl' and 'foldMap' respectively.<br>
<br>
The non-portable haddock syntax was replaced in a later MR, but<br>
the online documentation has not been regenerated since.<br>
<br>
Is there a mechanism to have the documentation regenerated to read<br>
as intended?  Either by running a more recent haddock (that supports<br>
the new `someFunction'` syntax) or by using a patched Data.Foldable<br>
that differs from the 9.0.1 release only in addressing documentation<br>
nits?<br>
<br>
I can build and provide a replacement pre-compiled HTML file if that's<br>
the simplest way forward...<br>
<br>
-- <br>
        Viktor.<br>
<br>
_______________________________________________<br>
Libraries mailing list<br>
<a href="mailto:Libraries@haskell.org" target="_blank" rel="noreferrer">Libraries@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries" rel="noreferrer noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries</a><br>
</blockquote></div>