From 31c8437b7611229041cb837fc1fca4c17ef0d23c Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 10 Nov 2003 15:10:53 +0000 Subject: [haddock @ 2003-11-10 15:10:53 by simonmar] Version 0.6 changes --- CHANGES | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/CHANGES b/CHANGES index d79857e5..2b9078e8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,40 @@ +Changes in version 0.6: + + * Implicit parameters, zip comprehensions and 'mdo' are now + supported by the parser. + + * Some lexical bugs were fixed, mainly concerning literal paragraphs + next to non-literal paragraphs. + + * New options: --gen-index, --use-index, --gen-contents and --use-contents, + for generting a combined index and contents for several libraries + from the appropriate .haddock files. + + * There is now one index rather than separate Function/Constructor and + Type/Class indices. Where a name refers to several entities, these + are listed separately in the index. + + * New option: -v, elicits more verbose warnings. Some warnings are + now turned off by default; Haddock should be a little less noisy + in general. + + * Markup for definition lists has been added. See the documentation + for details. + + * New option: --package for setting the package name. The package + is listed alongside each module name in the combined contents. + + * Entities which are re-exported from another package now at least + leave a hyperlink in the generated HTML, rather than nothing at all. + + * Some fixes for bugs which caused incorrect hyperlinks in the + generated HTML. In particular, instances should now be linked + correctly. + + * Some aesthetic improvements to the generated HTML. + +----------------------------------------------------------------------------- + Changes in version 0.5: * Compiles with recent versions of GHC. -- cgit v1.2.3