aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2009-03-21 16:40:52 +0000
committerDavid Waern <david.waern@gmail.com>2009-03-21 16:40:52 +0000
commit607e3c877b4b0e531623a4a54a1a45bb0f21e75c (patch)
tree389a1ec80823a52ae859b4e788595296ad43c7da /CHANGES
parent045e9c49bf18575052dd572194dd05fc029e0242 (diff)
Update CHANGES
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES48
1 files changed, 48 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ac860661..0583ae4f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,51 @@
+Changed in version 2.4.2:
+
+ * Support GHC 6.10.2
+
+ * Haddock no longer crashes on Template Haskell modules (#68)
+ (only with GHC 6.10.2 or above)
+
+ * Fix problem with Template Haskell-generated declarations disappearing (#59)
+
+ * Generate two anchors for each link for compatibility between IE and Opera
+ (#45)
+
+ * Improved error messages
+
+ * Show re-exports from external packages again (GHC ticket #2746)
+
+ * Fix problem with exporting modules from external packages
+
+ * Store hidden modules in .haddock files again (needed by the haddock
+ library)
+
+ * Avoid processing boot modules
+
+ * Do not show a subordinate by itself if its parent is also exported (#69)
+
+ * Pragmas may exist between document comments and declarations
+
+ * Do not indicate that a constructor argument is unboxed
+
+ * Fix problem with with non-working links to ghc-prim
+
+ * Improvements to the haddock library
+
+ * Allow referring to a specific section within a module in a module link
+ (#65)
+
+ * Fix problem with --source-entity (#58)
+
+ * Do not double ^Ms in Windows (#57) (only with GHC >= 6.10.2)
+
+ * Fix bug in pretty-printing of documented types (only with GHC >= 6.10.2)
+
+ * Fixes to the Hoogle backend
+
+ * Other fixes (including #67)
+
+-----------------------------------------------------------------------------
+
Changed in version 2.4.1:
* Depend on base 4.* when GHC >= 6.9, otherwise 3.*