aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2006-10-10 11:37:16 +0000
committerSimon Marlow <simonmar@microsoft.com>2006-10-10 11:37:16 +0000
commit9e1593da9eb7a95d6d59445856802f1b478348f9 (patch)
tree020f662bb8f495c157b59bf2fbc5ef5e3b6c8196 /CHANGES
parent43e5d242f5b7960f3b63d6b1cc65552be90fcb7e (diff)
changes for 0.8
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2cdbcc39..19358448 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,20 @@
Changes in version 0.8:
+ * Haddock has a Cabal build system, and will build on Windows without
+ Cygwin or MSYS. GHC 6.4 or later is required.
+
+ * New options: --comments-base, --comments-module, --comments-entity
+ for generating links to pages (eg. wiki) for collecting user comments.
+
+ * New options: --source-base, --source-module, --source-entity
+ for generating links to source code. Haddock now understands
+ {-# LINE #-} pragmas, which means it can figure out the correct
+ name for the source file even if the file is preprocessed.
+
+ * Haddock generates output for populating the Hoogle search engine.
+
+ * New markup <<url>> for including images.
+
-----------------------------------------------------------------------------
Changes in version 0.7: