Home
last modified time | relevance | path

Searched refs:UsageFile (Results 1 – 8 of 8) 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 DDeps.hs115 | UsageFile { constructor
161 put_ bh usg@UsageFile{} = do
190 return UsageFile { usg_file_path = fp, usg_file_hash = hash }
/dports/lang/ghc/ghc-8.10.7/compiler/deSugar/
H A DDsUsage.hs117 usages = mod_usages ++ [ UsageFile { usg_file_path = f
234 return (UsageFile f h)
/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.hs2547 | UsageFile { constructor
2593 put_ bh usg@UsageFile{} = do
2622 return UsageFile { usg_file_path = fp, usg_file_hash = hash }
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DHscTypes.hs2547 | UsageFile { constructor
2593 put_ bh usg@UsageFile{} = do
2622 return UsageFile { usg_file_path = fp, usg_file_hash = hash }
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Driver/
H A DTypes.hs2594 | UsageFile { constructor
2640 put_ bh usg@UsageFile{} = do
2669 return UsageFile { usg_file_path = fp, usg_file_hash = hash }
/dports/lang/ghc/ghc-8.10.7/compiler/iface/
H A DLoadIface.hs1191 pprUsage usage@UsageFile{}
H A DMkIface.hs1647 checkModUsage _this_pkg UsageFile{ usg_file_path = file,
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcSplice.hs2211 usageToModule _ (UsageFile {}) = Nothing