[commit: haddock] ghc-7.4: 'abbreviate' qualification style - basic support (979ada5)
David Waern
waern at galois.com
Wed May 16 20:59:27 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/haddock
On branch : ghc-7.4
http://hackage.haskell.org/trac/ghc/changeset/979ada5bc63cba38bf570f943a3666298879bdc9
>---------------------------------------------------------------
commit 979ada5bc63cba38bf570f943a3666298879bdc9
Author: Henning Thielemann <git at henning-thielemann.de>
Date: Sun Apr 1 22:03:25 2012 +0200
'abbreviate' qualification style - basic support
Currently we ignore the package a module is imported from.
This means that a module import would shadow another one
with the same module name from a different package.
src/Haddock/Backends/Xhtml.hs | 3 +-
src/Haddock/Backends/Xhtml/Names.hs | 22 ++++++++++++++-----
src/Haddock/Interface/Create.hs | 14 ++++++++++++
src/Haddock/Options.hs | 17 ++++++++-------
src/Haddock/Types.hs | 39 +++++++++++++++++++++++-----------
5 files changed, 67 insertions(+), 28 deletions(-)
Diff suppressed because of size. To see it, use:
git show 979ada5bc63cba38bf570f943a3666298879bdc9
More information about the Cvs-ghc
mailing list