Cabal-2.2.0.0: A framework for packaging Haskell software
Distribution.Types.Executable.Lens
data Executable #
Instances
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 #
gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Executable #
toConstr :: Executable -> Constr #
dataTypeOf :: Executable -> DataType #
dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Executable) #
dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Executable) #
gmapT :: (forall b. Data b => b -> b) -> Executable -> Executable #
gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Executable -> r #
gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Executable -> r #
gmapQ :: (forall d. Data d => d -> u) -> Executable -> [u] #
gmapQi :: Int -> (forall d. Data d => d -> u) -> Executable -> u #
gmapM :: Monad m => (forall d. Data d => d -> m d) -> Executable -> m Executable #
gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Executable -> m Executable #
gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Executable -> m Executable #
readsPrec :: Int -> ReadS Executable #
readList :: ReadS [Executable] #
readPrec :: ReadPrec Executable #
readListPrec :: ReadPrec [Executable] #
showsPrec :: Int -> Executable -> ShowS #
show :: Executable -> String #
showList :: [Executable] -> ShowS #
Associated Types
type Rep Executable :: * -> * #
from :: Executable -> Rep Executable x #
to :: Rep Executable x -> Executable #
(<>) :: Executable -> Executable -> Executable #
sconcat :: NonEmpty Executable -> Executable #
stimes :: Integral b => b -> Executable -> Executable #
mempty :: Executable #
mappend :: Executable -> Executable -> Executable #
mconcat :: [Executable] -> Executable #
put :: Executable -> Put #
get :: Get Executable #
putList :: [Executable] -> Put #
rnf :: Executable -> () #
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] #
extraLibDirs :: Lens' Executable [String] #
includeDirs :: Lens' Executable [FilePath] #
includes :: Lens' Executable [FilePath] #
installIncludes :: Lens' Executable [FilePath] #
options :: Lens' Executable [(CompilerFlavor, [String])] #
profOptions :: Lens' Executable [(CompilerFlavor, [String])] #
sharedOptions :: Lens' Executable [(CompilerFlavor, [String])] #
staticOptions :: Lens' Executable [(CompilerFlavor, [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 #