haskell / haddock

Haskell Documentation Tool
www.haskell.org/haddock/
BSD 2-Clause "Simplified" License
361 stars 243 forks source link

Unrendered since annotations #1577

Closed treeowl closed 2 months ago

treeowl commented 1 year ago

I just noticed that the rendered documentation for Data.Semigroup is missing @since annotations for Generic and Generic1 instances. I figured that someone must have forgotten to put them in, but that is not the case! See, for example, the documentation for Last vs. the source for Last. While all the derived instances have @since annotations in the source, not all of them are rendered.

Kleidukos commented 2 months ago

Thanks for reporting this. This ticket now lives at https://gitlab.haskell.org/ghc/ghc/-/issues/24857