aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Types.hs
diff options
context:
space:
mode:
authorHenning Thielemann <git@henning-thielemann.de>2012-04-02 00:19:36 +0200
committerHenning Thielemann <git@henning-thielemann.de>2012-04-02 00:19:36 +0200
commitc3d370ad042eeeb9f8afc3bf3e99cbbcb9407d60 (patch)
tree561d545ec0688573a7bc9274957e6634c74c7f1d /src/Haddock/Types.hs
parent979ada5bc63cba38bf570f943a3666298879bdc9 (diff)
abbreviated qualification: use Packages.lookupModuleInAllPackages for finding the package that a module belongs to
Diffstat (limited to 'src/Haddock/Types.hs')
-rw-r--r--src/Haddock/Types.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Haddock/Types.hs b/src/Haddock/Types.hs
index 2195faf5..7a6d7bb9 100644
--- a/src/Haddock/Types.hs
+++ b/src/Haddock/Types.hs
@@ -390,7 +390,7 @@ data QualOption
-- Image a re-export of a whole module,
-- how could the re-exported identifiers be qualified?
-type AbbreviationMap = Map ModuleName ModuleName
+type AbbreviationMap = Map Module ModuleName
data Qualification
= NoQual