aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorsimonmar <unknown>2005-08-04 13:59:40 +0000
committersimonmar <unknown>2005-08-04 13:59:40 +0000
commita01eea0011bb00a7973c3b2dc3ec17bcaa5b1834 (patch)
tree3044002cea07c65a2528f89ccaff62687232abfa /CHANGES
parentabfd98262dc5b9c2b0e2c9a85fb828854e0afecd (diff)
[haddock @ 2005-08-04 13:59:40 by simonmar]
0.7 changes
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES28
1 files changed, 28 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2b9078e8..8d511cfe 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,31 @@
+Changes in version 0.7:
+
+ * Changes in the way Haddock decides where to direct hyperlinks. Each entity
+ is now assigned a single "home" module, and all hyperlinks are directed
+ to that module. See the docs ("Hyperlinking and re-exported entities")
+ for details.
+
+ * New options --ignore-all-exports, --hide
+
+ * New option --use-package for creating documentation that hyperlinks to
+ the HTML documentation for existing packages on your system. It works
+ by querying ghc-pkg for the location of the Haddock interface and
+ HTML for the given package.
+
+ * Parts of the HTML documentation, notably lists of instances, are
+ now "collapsible" with a +/- button. Also, the contents page is now
+ in the form of tree in which subtrees can be collapsed.
+
+ * Support for Microsoft DevHelp and HtmlHelp 2.0 formats.
+
+ * Support for a short description for each module for the contents page.
+
+ * Compiles with GHC 6.4+
+
+ * Various bugfixes
+
+-----------------------------------------------------------------------------
+
Changes in version 0.6:
* Implicit parameters, zip comprehensions and 'mdo' are now