aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDavid Waern <davve@dtek.chalmers.se>2008-01-07 15:33:05 +0000
committerDavid Waern <davve@dtek.chalmers.se>2008-01-07 15:33:05 +0000
commit062e80d04611ceedcf6faae7fc4135bd00fc571b (patch)
treed82d5d50cd4717278e325575546d02295e5d98e0 /CHANGES
parentd1a10bd2847f4f8c63048a846f16f54a61d1b31e (diff)
Update CHANGES for 2.0.0.0
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES24
1 files changed, 24 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 618cf346..12fa8bae 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,27 @@
+Changes in version 2.0.0.0:
+
+ * The GHC API is used as the front-end
+
+ * Haddock now understands all syntax understood by GHC 6.8.2
+
+ * Haddock can generate documentation for some of the language extensions
+ available in GHC 6.8.2
+
+ * Format of module attributes has changed. The only way of specifiying
+ module attributes is via a new OPTIONS_HADDOCK pragma. Example:
+ {-# OPTIONS_HADDOCK hide, prune #-}
+
+ * Add the flag -B for passing the path to the GHC lib dir
+
+ * Add the flag --optghc for passing options to GHC
+
+ * Add the flag --ghc-version for printing the GHC version
+
+ * Remove --use-package, --allow-missing-html, --ghc-pkg, in favour of only
+ supporting --read-interface
+
+-----------------------------------------------------------------------------
+
Changes in version 0.9:
* Infix type operators, e.g., first :: a~>a' -> (a,b)~>(a',b)