This repository was archived by the owner on Aug 3, 2024. It is now read-only.
This repository was archived by the owner on Aug 3, 2024. It is now read-only.
Insufficient changelog for haddock-library-1.11.0 #1523
Open
Description
https://hackage.haskell.org/package/haddock-library-1.11.0/changelog merely says:
Add support for linking identifiers with a quote between backticks (#1408)
However, there have been API changes as well: E.g. markupOrderedList
has type:
[a] -> a
in 1.10.0: https://hackage.haskell.org/package/haddock-library-1.10.0/docs/Documentation-Haddock-Types.html#t:DocMarkupH[(Int, a)] -> a
in 1.11.0: https://hackage.haskell.org/package/haddock-library-1.11.0/docs/Documentation-Haddock-Types.html#t:DocMarkupH
In the wild:
Ping @bgamari
Metadata
Metadata
Assignees
Labels
No labels