Docstrings don't profit from FastString's interning, so we switch to
a different type that doesn't incur this overhead.
Updates the haddock submodule.
alexbiehl | |
bgamari |
Docstrings don't profit from FastString's interning, so we switch to
a different type that doesn't incur this overhead.
Updates the haddock submodule.
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
Not sure what caused the timeout of T13410 in https://phabricator.haskell.org/harbormaster/build/46363/…
It passes on my local machine.