Cabal-2.4.0.1: A framework for packaging Haskell software
Distribution.Types.Executable.Lens
data Executable Source #
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 :: (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 Source #
buildable :: Lens' Executable Bool Source #
buildTools :: Lens' Executable [LegacyExeDependency] Source #
buildToolDepends :: Lens' Executable [ExeDependency] Source #
cppOptions :: Lens' Executable [String] Source #
asmOptions :: Lens' Executable [String] Source #
cmmOptions :: Lens' Executable [String] Source #
ccOptions :: Lens' Executable [String] Source #
cxxOptions :: Lens' Executable [String] Source #
ldOptions :: Lens' Executable [String] Source #
pkgconfigDepends :: Lens' Executable [PkgconfigDependency] Source #
frameworks :: Lens' Executable [String] Source #
extraFrameworkDirs :: Lens' Executable [String] Source #
asmSources :: Lens' Executable [FilePath] Source #
cmmSources :: Lens' Executable [FilePath] Source #
cSources :: Lens' Executable [FilePath] Source #
cxxSources :: Lens' Executable [FilePath] Source #
jsSources :: Lens' Executable [FilePath] Source #
hsSourceDirs :: Lens' Executable [FilePath] Source #
otherModules :: Lens' Executable [ModuleName] Source #
virtualModules :: Lens' Executable [ModuleName] Source #
autogenModules :: Lens' Executable [ModuleName] Source #
defaultLanguage :: Lens' Executable (Maybe Language) Source #
otherLanguages :: Lens' Executable [Language] Source #
defaultExtensions :: Lens' Executable [Extension] Source #
otherExtensions :: Lens' Executable [Extension] Source #
oldExtensions :: Lens' Executable [Extension] Source #
extraLibs :: Lens' Executable [String] Source #
extraGHCiLibs :: Lens' Executable [String] Source #
extraBundledLibs :: Lens' Executable [String] Source #
extraLibFlavours :: Lens' Executable [String] Source #
extraLibDirs :: Lens' Executable [String] Source #
includeDirs :: Lens' Executable [FilePath] Source #
includes :: Lens' Executable [FilePath] Source #
installIncludes :: Lens' Executable [FilePath] Source #
options :: Lens' Executable [(CompilerFlavor, [String])] Source #
profOptions :: Lens' Executable [(CompilerFlavor, [String])] Source #
sharedOptions :: Lens' Executable [(CompilerFlavor, [String])] Source #
staticOptions :: Lens' Executable [(CompilerFlavor, [String])] Source #
customFieldsBI :: Lens' Executable [(String, String)] Source #
targetBuildDepends :: Lens' Executable [Dependency] Source #
mixins :: Lens' Executable [Mixin] Source #
exeName :: Lens' Executable UnqualComponentName Source #
modulePath :: Lens' Executable String Source #
exeScope :: Lens' Executable ExecutableScope Source #
exeBuildInfo :: Lens' Executable BuildInfo Source #