gbaz
gbaz
Neither of these is perfect, but a rule of thumb is that if something is a re-export from some other package it will not have a "source" link, while haddocks...
Right. That's what I said above. "if something is a re-export from some other package it will not have a "source" link, while haddocks within a package will have a...
Agreed. I think this might be irritating the first time, but subsequently, as long as the versions don't change, then all those built haddocks will be cached and available, which...
My understanding of the global level "documentation: False" is that it is supposed to control whether or not haddocks are run on packages as they are built _in general_. It...
@alexbiehl any plans to return to this?
hackage has `client_max_body_size 40M;` -- i think the issue is that when the request is big enough, it turns on chunked encoding, and the issue is in how hackage handles...
Note that for test stanzas, the code-generators field (https://cabal.readthedocs.io/en/stable/file-format-changelog.html#cabal-version-3-8) will produce all options that would be sent to ghc for a build, and allow invoking a custom executable (via `test`)....
For GHC I think there's nothing that needs to be done -- this is just an independent improvement to GHC's messages. It's more that we could attempt to refactor the...
This is marked as needs review, but it looks like there's some outstanding test tweaks before it can be reviewed and merged?
this looks excellent, thanks!