Cabal-3.2.1.0: A framework for packaging Haskell software
Safe Haskell None
Language Haskell2010

Distribution.Types.Executable.Lens

Documentation

data Executable Source #

Instances

Instances details
Eq Executable Source #
Instance details

Defined in Distribution.Types.Executable

Data Executable Source #
Instance details

Defined in Distribution.Types.Executable

Methods

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 #

Read Executable Source #
Instance details

Defined in Distribution.Types.Executable

Show Executable Source #
Instance details

Defined in Distribution.Types.Executable

Generic Executable Source #
Instance details

Defined in Distribution.Types.Executable

Semigroup Executable Source #
Instance details

Defined in Distribution.Types.Executable

Monoid Executable Source #
Instance details

Defined in Distribution.Types.Executable

Binary Executable Source #
Instance details

Defined in Distribution.Types.Executable

NFData Executable Source #
Instance details

Defined in Distribution.Types.Executable

Structured Executable Source #
Instance details

Defined in Distribution.Types.Executable

HasBuildInfo Executable Source #
Instance details

Defined in Distribution.Types.Executable

Methods

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 #

extraDynLibFlavours :: Lens' Executable [ String ] Source #

extraLibDirs :: Lens' Executable [ String ] Source #

includeDirs :: Lens' Executable [ FilePath ] Source #

includes :: Lens' Executable [ FilePath ] Source #

autogenIncludes :: Lens' Executable [ FilePath ] Source #

installIncludes :: Lens' Executable [ FilePath ] Source #

options :: Lens' Executable ( PerCompilerFlavor [ String ]) Source #

profOptions :: Lens' Executable ( PerCompilerFlavor [ String ]) Source #

sharedOptions :: Lens' Executable ( PerCompilerFlavor [ String ]) Source #

staticOptions :: Lens' Executable ( PerCompilerFlavor [ String ]) Source #

customFieldsBI :: Lens' Executable [( String , String )] Source #

targetBuildDepends :: Lens' Executable [ Dependency ] Source #

mixins :: Lens' Executable [ Mixin ] Source #

type Rep Executable Source #
Instance details

Defined in Distribution.Types.Executable