diff options
Diffstat (limited to 'haddock-api/src/Haddock/Interface')
| -rw-r--r-- | haddock-api/src/Haddock/Interface/Create.hs | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/haddock-api/src/Haddock/Interface/Create.hs b/haddock-api/src/Haddock/Interface/Create.hs index 5112360b..60843ee1 100644 --- a/haddock-api/src/Haddock/Interface/Create.hs +++ b/haddock-api/src/Haddock/Interface/Create.hs @@ -132,6 +132,7 @@ createInterface tm flags modMap instIfaceMap = do    return $! Interface {      ifaceMod             = mdl +  , ifaceIsSig           = Module.isHoleModule sem_mdl    , ifaceOrigFilename    = msHsFilePath ms    , ifaceInfo            = info    , ifaceDoc             = Documentation mbDoc modWarn | 
