Changelog History
Page 1
-
v2.24.0-release
March 27, 2020 -
v2.23.1-release
March 27, 2020 -
v2.23.0-release
September 20, 2019 -
v2.22.0 Changes
October 17, 2018Make
--package-version
optional for--hoogle
(#899)Support type and data families in the LaTeX backend (#734)
Support pattern synonyms in the Hoogle backend (#947)
-
v2.22.0-release
October 17, 2018 -
v2.21.0 Changes
October 16, 2018Overhaul handling of data declarations in XHTML and LaTeX. Adds support for documenting individual arguments of constructors/patterns (#709)
Actually list all fixities for
--hoogle
(#871)Fix broken instance source links (#869)
Avoiding line breaks due to ling line in the output of
--hoogle
(#868)Capture docs on type family instances (#867)
-
v2.21.0-release
October 16, 2018 -
v2.20.0 Changes
Show where instances are defined (#748)
@since
includes package name (#452, #550, #749)
-
v2.19.0 Changes
Haddock now supports tables in documentation inspired by reSTs grid tables
--quickjump
allows for quick navigation in documentation on hackage and other documentation hosting sites.A --reexport flag, which can be used to add extra modules to the top-level module tree
Haddock no longer reports coverage statistics for hidden modules. By default cabal-install marks all package internal modules as hidden.
Haddock now writes additional information about the documentation to
meta.json
Fix renaming of type variables after specializing instance method signatures (#613)
Move markup related data types to haddock-library
Fix: Show empty constraint contexts in pattern type signatures (#663)
Fix: Generate constraint signatures for constructors exported as pattern synonyms (#663)
The hyperlinker backend now uses the GHC lexer instead of a custom one. This notably fixes rendering of quasiquotes.
Overhaul Haddock's rendering of kind signatures so that invisible kind parameters are not printed (#681) (Fixes #544)
Recognise
SPDX-License-Identifier
as alias forLicense
in module header parser (#743)Remove the response file related utilities, and use the ones that come with
base
(Trac #13896)Remove the response file related utilities, and use the ones that come with
base
(Trac #13896)
-
v2.19.0.1 Changes
March 08, 2018Support for linking unicode operators (#458)
Hyperlinker: Fix file handle leak in (#763)