Home
last modified time | relevance | path

Searched refs:HasSourceMap (Results 1 – 5 of 5) sorted by relevance

/dports/devel/stack/stack-2.7.3/src/Stack/Build/
H A DSource.hs246 forall env. (HasBuildConfig env, HasSourceMap env)
257 forall env. (HasBuildConfig env, HasSourceMap env)
487 :: (HasBuildConfig env, HasSourceMap env)
H A DConstructPlan.hs145 instance HasSourceMap Ctx where
/dports/devel/stack/stack-2.7.3/src/Stack/Types/
H A DConfig.hs60 ,HasSourceMap(..)
1867 class (HasBuildConfig env, HasSourceMap env, HasCompiler env) => HasEnvConfig env where
2041 class HasSourceMap env where constructor
2043 instance HasSourceMap EnvConfig where
2049 actualCompilerVersionL :: HasSourceMap env => SimpleGetter env ActualCompiler
/dports/devel/stack/stack-2.7.3/src/Stack/
H A DBuild.hs263 :: (HasBuildConfig env, HasSourceMap env)
H A DDot.hs553 instance HasSourceMap DotConfig where