Distribution.Types.Executable.Lens
data Executable #
Defined in Distribution.Types.Executable
Methods
(==) :: Executable -> Executable -> Bool #
(/=) :: Executable -> Executable -> Bool #
gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Executable -> c Executable Source #
gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Executable Source #
toConstr :: Executable -> Constr Source #
dataTypeOf :: Executable -> DataType Source #
dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Executable) Source #
dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Executable) Source #
gmapT :: (forall b. Data b => b -> b) -> Executable -> Executable Source #
gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Executable -> r Source #
gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Executable -> r Source #
gmapQ :: (forall d. Data d => d -> u) -> Executable -> [u] Source #
gmapQi :: Int -> (forall d. Data d => d -> u) -> Executable -> u Source #
gmapM :: Monad m => (forall d. Data d => d -> m d) -> Executable -> m Executable Source #
gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Executable -> m Executable Source #
gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Executable -> m Executable Source #
readsPrec :: Int -> ReadS Executable Source #
readList :: ReadS [Executable] Source #
readPrec :: ReadPrec Executable Source #
readListPrec :: ReadPrec [Executable] Source #
showsPrec :: Int -> Executable -> ShowS Source #
show :: Executable -> String Source #
showList :: [Executable] -> ShowS Source #
Associated Types
type Rep Executable :: Type -> Type Source #
from :: Executable -> Rep Executable x Source #
to :: Rep Executable x -> Executable Source #
(<>) :: Executable -> Executable -> Executable Source #
sconcat :: NonEmpty Executable -> Executable Source #
stimes :: Integral b => b -> Executable -> Executable Source #
mempty :: Executable Source #
mappend :: Executable -> Executable -> Executable Source #
mconcat :: [Executable] -> Executable Source #
put :: Executable -> Put Source #
get :: Get Executable Source #
putList :: [Executable] -> Put Source #
rnf :: Executable -> () Source #
buildInfo :: Lens' Executable BuildInfo #
buildable :: Lens' Executable Bool #
buildTools :: Lens' Executable [LegacyExeDependency] #
buildToolDepends :: Lens' Executable [ExeDependency] #
cppOptions :: Lens' Executable [String] #
asmOptions :: Lens' Executable [String] #
cmmOptions :: Lens' Executable [String] #
ccOptions :: Lens' Executable [String] #
cxxOptions :: Lens' Executable [String] #
ldOptions :: Lens' Executable [String] #
pkgconfigDepends :: Lens' Executable [PkgconfigDependency] #
frameworks :: Lens' Executable [String] #
extraFrameworkDirs :: Lens' Executable [String] #
asmSources :: Lens' Executable [FilePath] #
cmmSources :: Lens' Executable [FilePath] #
cSources :: Lens' Executable [FilePath] #
cxxSources :: Lens' Executable [FilePath] #
jsSources :: Lens' Executable [FilePath] #
hsSourceDirs :: Lens' Executable [FilePath] #
otherModules :: Lens' Executable [ModuleName] #
virtualModules :: Lens' Executable [ModuleName] #
autogenModules :: Lens' Executable [ModuleName] #
defaultLanguage :: Lens' Executable (Maybe Language) #
otherLanguages :: Lens' Executable [Language] #
defaultExtensions :: Lens' Executable [Extension] #
otherExtensions :: Lens' Executable [Extension] #
oldExtensions :: Lens' Executable [Extension] #
extraLibs :: Lens' Executable [String] #
extraGHCiLibs :: Lens' Executable [String] #
extraBundledLibs :: Lens' Executable [String] #
extraLibFlavours :: Lens' Executable [String] #
extraDynLibFlavours :: Lens' Executable [String] #
extraLibDirs :: Lens' Executable [String] #
includeDirs :: Lens' Executable [FilePath] #
includes :: Lens' Executable [FilePath] #
autogenIncludes :: Lens' Executable [FilePath] #
installIncludes :: Lens' Executable [FilePath] #
options :: Lens' Executable (PerCompilerFlavor [String]) #
profOptions :: Lens' Executable (PerCompilerFlavor [String]) #
sharedOptions :: Lens' Executable (PerCompilerFlavor [String]) #
staticOptions :: Lens' Executable (PerCompilerFlavor [String]) #
customFieldsBI :: Lens' Executable [(String, String)] #
targetBuildDepends :: Lens' Executable [Dependency] #
mixins :: Lens' Executable [Mixin] #
exeName :: Lens' Executable UnqualComponentName #
modulePath :: Lens' Executable String #
exeScope :: Lens' Executable ExecutableScope #
exeBuildInfo :: Lens' Executable BuildInfo #