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.
Multiline synopsis is split on lines in Hoogle output #381
Open
Description
Take the Cabal file http://hackage.haskell.org/package/arithmoi-0.4.1.2/arithmoi.cabal, which reads:
synopsis : Efficient basic number-theoretic functions.
Primes, powers, integer logarithms.
That produces the Haddock output:
-- | Efficient basic number-theoretic functions.
Primes, powers, integer logarithms.
The second line should start with --
to indicate it is still part of the comment, or you could replace newlines with spaces.