diff options
author | David Waern <david.waern@gmail.com> | 2009-12-21 16:58:58 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2009-12-21 16:58:58 +0000 |
commit | fdd2cb310093c4d6045a378bfd49f18439c2a2fc (patch) | |
tree | ae08a6e59ff48a5737590dbbdc3c19955e0b1c57 | |
parent | ab883f91ff7af3e541334e687867231228351789 (diff) |
Update CHANGES
-rw-r--r-- | CHANGES | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +Changes in version 2.6.0: + + * Drop support for GHC 6.10.* + + * Add support for GHC 6.12.1 + + * Cross-package documentation: full documentation show up when re-exporting + things coming from external packages + + * Lexing and parsing the Haddock comment markup is now done in Haddock + again, instead of in GHC + + * Slightly prettier printing of instance heads + + * Support platforms for which GHC has no native code generator + + * Add a flag --print-ghc-libdir + + * Minor bug fixes + +----------------------------------------------------------------------------- + Changed in version 2.5.0: * Drop support for GHC 6.8.* |