Repository : ssh://darcs.haskell.org//srv/darcs/haddock On branch : ghc-7.4
http://hackage.haskell.org/trac/ghc/changeset/b9274d69f71e90170054a70aac5a33b6daa49df3 >--------------------------------------------------------------- commit b9274d69f71e90170054a70aac5a33b6daa49df3 Author: David Waern <[email protected]> Date: Wed May 16 02:35:33 2012 +0200 Mention the new aliased --qual mode in CHANGES. >--------------------------------------------------------------- CHANGES | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/CHANGES b/CHANGES index 8af677a..527a8fe 100644 --- a/CHANGES +++ b/CHANGES @@ -10,7 +10,10 @@ Changes in version 2.11.0 * Fix a case where we were generating invalid xhtml - * Better behaviour of the --qual option (no crashes, proper error messages) + * Improved --qual option (no crashes, proper error messages) + + * A new --qual option "aliased" which qualifies identifers by the module alias + used in the source code * The Haddock API restores GHC's static flags after invocation _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
