Home
last modified time | relevance | path

Searched refs:showModMsg (Results 1 – 7 of 7) sorted by relevance

/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Unit/Module/
H A DGraph.hs23 , showModMsg
182 showModMsg :: DynFlags -> Bool -> ModuleGraphNode -> SDoc
183 showModMsg _ _ (InstantiationNode indef_unit) = function
185 showModMsg dflags recomp (ModuleNode (ExtendedModSummary mod_summary _)) = function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/main/
H A DHscTypes.hs43 home_imps, ms_home_allimps, ms_home_srcimps, showModMsg, isBootSummary,
2953 showModMsg :: DynFlags -> HscTarget -> Bool -> ModSummary -> String
2954 showModMsg dflags target recomp mod_summary = showSDoc dflags $ function
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DHscTypes.hs43 home_imps, ms_home_allimps, ms_home_srcimps, showModMsg, isBootSummary,
2953 showModMsg :: DynFlags -> HscTarget -> Bool -> ModSummary -> String
2954 showModMsg dflags target recomp mod_summary = showSDoc dflags $ function
H A DInteractiveEval.hs1233 return (showModMsg dflags (hscTarget dflags) interpreted mod_summary)
H A DHscMain.hs916 msg ++ showModMsg dflags (hscTarget dflags)
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Driver/
H A DTypes.hs42 home_imps, ms_home_allimps, ms_home_srcimps, showModMsg, isBootSummary,
3000 showModMsg :: DynFlags -> HscTarget -> Bool -> ModSummary -> String
3001 showModMsg dflags target recomp mod_summary = showSDoc dflags $ function
/dports/lang/ghc/ghc-8.10.7/compiler/backpack/
H A DDriverBkp.hs508 msg ++ showModMsg dflags (hscTarget dflags)