Home
last modified time | relevance | path

Searched refs:CompilerPaths (Results 1 – 3 of 3) sorted by relevance

/dports/devel/stack/stack-2.7.3/src/Stack/Storage/
H A DUser.hs50 import Stack.Types.Config (HasConfig, configL, configUserStorage, CompilerPaths (..), GhcPkgExe (..…
269 -> RIO env (Maybe CompilerPaths)
302 pure CompilerPaths
320 => CompilerPaths
322 saveCompilerPaths CompilerPaths {..} = withUserStorage $ do function
/dports/devel/stack/stack-2.7.3/src/Stack/
H A DSetup.hs350 data WithGHC env = WithGHC !CompilerPaths !env
380 runWithGHC :: HasConfig env => ProcessContext -> CompilerPaths -> RIO (WithGHC env) a -> RIO env a
440 -> RIO env (CompilerPaths, ExtraDirs)
484 => CompilerPaths
602 -> RIO env (CompilerPaths, ExtraDirs)
616 let checkCompiler :: Path Abs File -> RIO env (Maybe CompilerPaths)
644 -> RIO env (CompilerPaths, ExtraDirs)
709 -> RIO env CompilerPaths
792 return CompilerPaths
/dports/devel/stack/stack-2.7.3/src/Stack/Types/
H A DConfig.hs151 ,CompilerPaths(..)
651 ,envConfigCompilerPaths :: !CompilerPaths
1992 data CompilerPaths = CompilerPaths constructor
2037 compilerPathsL :: SimpleGetter env CompilerPaths
2038 instance HasCompiler CompilerPaths where