Skip to content
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
@ndmitchell

Description

@ndmitchell

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    backend:hoogleUI, UX and rendering for the Hoogle backendbug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions