diff options
| author | Simon Hengel <sol@typeful.net> | 2012-10-14 15:40:53 +0200 | 
|---|---|---|
| committer | Simon Hengel <sol@typeful.net> | 2012-10-14 15:40:53 +0200 | 
| commit | 4334a1657865b5a745ac0e8c56de4318fcd54bac (patch) | |
| tree | b076714ebe356adf23a4e840918cdc9dfa008b51 /src/Haddock | |
| parent | ab6e43c21e9eb22a4538303c1728c4e8d2f35f24 (diff) | |
Minor formatting change
Diffstat (limited to 'src/Haddock')
| -rw-r--r-- | src/Haddock/Interface/Create.hs | 38 | 
1 files changed, 19 insertions, 19 deletions
| diff --git a/src/Haddock/Interface/Create.hs b/src/Haddock/Interface/Create.hs index 3eb5205c..2ffe8de8 100644 --- a/src/Haddock/Interface/Create.hs +++ b/src/Haddock/Interface/Create.hs @@ -116,25 +116,25 @@ createInterface tm flags modMap instIfaceMap = do    modWarn <- liftErrMsg $ moduleWarning dflags gre warnings    return $! Interface { -    ifaceMod             = mdl, -    ifaceOrigFilename    = msHsFilePath ms, -    ifaceInfo            = info, -    ifaceDoc             = Documentation mbDoc modWarn, -    ifaceRnDoc           = Documentation Nothing Nothing, -    ifaceOptions         = opts, -    ifaceDocMap          = docMap, -    ifaceArgMap          = argMap, -    ifaceRnDocMap        = M.empty, -    ifaceRnArgMap        = M.empty, -    ifaceExportItems     = prunedExportItems, -    ifaceRnExportItems   = [], -    ifaceExports         = exportedNames, -    ifaceVisibleExports  = visibleNames, -    ifaceDeclMap         = declMap, -    ifaceSubMap          = subMap, -    ifaceModuleAliases   = aliases, -    ifaceInstances       = instances, -    ifaceHaddockCoverage = coverage +    ifaceMod             = mdl +  , ifaceOrigFilename    = msHsFilePath ms +  , ifaceInfo            = info +  , ifaceDoc             = Documentation mbDoc modWarn +  , ifaceRnDoc           = Documentation Nothing Nothing +  , ifaceOptions         = opts +  , ifaceDocMap          = docMap +  , ifaceArgMap          = argMap +  , ifaceRnDocMap        = M.empty +  , ifaceRnArgMap        = M.empty +  , ifaceExportItems     = prunedExportItems +  , ifaceRnExportItems   = [] +  , ifaceExports         = exportedNames +  , ifaceVisibleExports  = visibleNames +  , ifaceDeclMap         = declMap +  , ifaceSubMap          = subMap +  , ifaceModuleAliases   = aliases +  , ifaceInstances       = instances +  , ifaceHaddockCoverage = coverage    }  mkAliasMap :: DynFlags -> Maybe RenamedSource -> M.Map Module ModuleName | 
