haddock v2.14.0 Release Notes

    • Print entities with missing documentation (#258)

    • Print a warning message when given -optghc instead of --optghc (#5)

    • Add --compatible-interface-versions (#231)

    • Allow to generate latex documentation for FFI declarations (#247)

    • Add copyright and license information to generated documentation

    • Improved to Unicode support

    • Bold markup support

    • Nested paragraphs

    • Better escaping

    • Header markup

    • Parser should no longer fail to parse any markup

    • {-# OPTIONS_HADDOCK show-extensions #-} pragma will show the GHC extensions enabled in the module.

    • Properly render License field (#271)

    • Print type/data family instances (for exported types only)

    • Fix display of poly-kinded type operators (#189)

    • PatternSynonyms support

    • Fix display of implicit parameters (#260)

    • Fix rendering of Contents when links are present (#276)

    • Fix documentation duplication on record fields (#195)

    • Add --source-entity-line for exact line links (eg. things defined inside TH splices) (#79)

    • Display fixity information for names with nonstandard fixities

    • Bird tracks specified like "> code" no longer suffer from an extra leading space in the code output