aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Interface/Create.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Haddock/Interface/Create.hs')
-rw-r--r--src/Haddock/Interface/Create.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Haddock/Interface/Create.hs b/src/Haddock/Interface/Create.hs
index 512c4e9e..298f96ac 100644
--- a/src/Haddock/Interface/Create.hs
+++ b/src/Haddock/Interface/Create.hs
@@ -514,7 +514,7 @@ mkExportItems modMap this_mod gre exported_names decls declMap
-- Aren't the .hi files always present?
return [ ExportNoDecl t [] ]
Just tyThing -> do
- let hsdecl = tyThingToHsSynSig tyThing
+ let hsdecl = tyThingToLHsDecl tyThing
-- This is not the ideal way to implement haddockumentation
-- for functions/values without explicit type signatures.
--