aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Types.hs
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2010-05-13 18:57:26 +0000
committerDavid Waern <david.waern@gmail.com>2010-05-13 18:57:26 +0000
commit3d6fd7cc34c38701949b54689032cc7f38430c61 (patch)
treedd762cb17fd9b4795236f4f8da93f176386ac0b7 /src/Haddock/Types.hs
parent2c13a31106e7cc47b717c2970640ac7cb6b444fc (diff)
ModuleMap -> IfaceMap
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 39209b17..5c57986c 100644
--- a/src/Haddock/Types.hs
+++ b/src/Haddock/Types.hs
@@ -133,7 +133,7 @@ data ExportItem name
type InstHead name = ([HsPred name], name, [HsType name])
-type ModuleMap = Map Module Interface
+type IfaceMap = Map Module Interface
type InstIfaceMap = Map Module InstalledInterface
type DocMap = Map Name (Doc DocName)