| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Distribution.Types.BuildInfo.Lens
Synopsis
- data BuildInfo
- class HasBuildInfo a where
- buildInfo :: Lens' a BuildInfo
- buildable :: Lens' a Bool
- buildTools :: Lens' a [LegacyExeDependency]
- buildToolDepends :: Lens' a [ExeDependency]
- cppOptions :: Lens' a [String]
- asmOptions :: Lens' a [String]
- cmmOptions :: Lens' a [String]
- ccOptions :: Lens' a [String]
- cxxOptions :: Lens' a [String]
- jsppOptions :: Lens' a [String]
- ldOptions :: Lens' a [String]
- hsc2hsOptions :: Lens' a [String]
- pkgconfigDepends :: Lens' a [PkgconfigDependency]
- frameworks :: Lens' a [RelativePath Framework 'File]
- extraFrameworkDirs :: Lens' a [SymbolicPath Pkg ('Dir Framework)]
- asmSources :: Lens' a [SymbolicPath Pkg 'File]
- cmmSources :: Lens' a [SymbolicPath Pkg 'File]
- cSources :: Lens' a [SymbolicPath Pkg 'File]
- cxxSources :: Lens' a [SymbolicPath Pkg 'File]
- jsSources :: Lens' a [SymbolicPath Pkg 'File]
- hsSourceDirs :: Lens' a [SymbolicPath Pkg ('Dir Source)]
- otherModules :: Lens' a [ModuleName]
- virtualModules :: Lens' a [ModuleName]
- autogenModules :: Lens' a [ModuleName]
- defaultLanguage :: Lens' a (Maybe Language)
- otherLanguages :: Lens' a [Language]
- defaultExtensions :: Lens' a [Extension]
- otherExtensions :: Lens' a [Extension]
- oldExtensions :: Lens' a [Extension]
- extraLibs :: Lens' a [String]
- extraLibsStatic :: Lens' a [String]
- extraGHCiLibs :: Lens' a [String]
- extraBundledLibs :: Lens' a [String]
- extraLibFlavours :: Lens' a [String]
- extraDynLibFlavours :: Lens' a [String]
- extraLibDirs :: Lens' a [SymbolicPath Pkg ('Dir Lib)]
- extraLibDirsStatic :: Lens' a [SymbolicPath Pkg ('Dir Lib)]
- includeDirs :: Lens' a [SymbolicPath Pkg ('Dir Include)]
- includes :: Lens' a [SymbolicPath Include 'File]
- autogenIncludes :: Lens' a [RelativePath Include 'File]
- installIncludes :: Lens' a [RelativePath Include 'File]
- options :: Lens' a (PerCompilerFlavor [String])
- profOptions :: Lens' a (PerCompilerFlavor [String])
- sharedOptions :: Lens' a (PerCompilerFlavor [String])
- profSharedOptions :: Lens' a (PerCompilerFlavor [String])
- staticOptions :: Lens' a (PerCompilerFlavor [String])
- customFieldsBI :: Lens' a [(String, String)]
- targetBuildDepends :: Lens' a [Dependency]
- mixins :: Lens' a [Mixin]
- class HasBuildInfos a where
Documentation
Instances
class HasBuildInfo a where #
Classy lenses for BuildInfo.
Minimal complete definition
Methods
buildInfo :: Lens' a BuildInfo #
buildTools :: Lens' a [LegacyExeDependency] #
buildToolDepends :: Lens' a [ExeDependency] #
cppOptions :: Lens' a [String] #
asmOptions :: Lens' a [String] #
cmmOptions :: Lens' a [String] #
ccOptions :: Lens' a [String] #
cxxOptions :: Lens' a [String] #
jsppOptions :: Lens' a [String] #
ldOptions :: Lens' a [String] #
hsc2hsOptions :: Lens' a [String] #
pkgconfigDepends :: Lens' a [PkgconfigDependency] #
frameworks :: Lens' a [RelativePath Framework 'File] #
extraFrameworkDirs :: Lens' a [SymbolicPath Pkg ('Dir Framework)] #
asmSources :: Lens' a [SymbolicPath Pkg 'File] #
cmmSources :: Lens' a [SymbolicPath Pkg 'File] #
cSources :: Lens' a [SymbolicPath Pkg 'File] #
cxxSources :: Lens' a [SymbolicPath Pkg 'File] #
jsSources :: Lens' a [SymbolicPath Pkg 'File] #
hsSourceDirs :: Lens' a [SymbolicPath Pkg ('Dir Source)] #
otherModules :: Lens' a [ModuleName] #
virtualModules :: Lens' a [ModuleName] #
autogenModules :: Lens' a [ModuleName] #
defaultLanguage :: Lens' a (Maybe Language) #
otherLanguages :: Lens' a [Language] #
defaultExtensions :: Lens' a [Extension] #
otherExtensions :: Lens' a [Extension] #
oldExtensions :: Lens' a [Extension] #
extraLibs :: Lens' a [String] #
extraLibsStatic :: Lens' a [String] #
extraGHCiLibs :: Lens' a [String] #
extraBundledLibs :: Lens' a [String] #
extraLibFlavours :: Lens' a [String] #
extraDynLibFlavours :: Lens' a [String] #
extraLibDirs :: Lens' a [SymbolicPath Pkg ('Dir Lib)] #
extraLibDirsStatic :: Lens' a [SymbolicPath Pkg ('Dir Lib)] #
includeDirs :: Lens' a [SymbolicPath Pkg ('Dir Include)] #
includes :: Lens' a [SymbolicPath Include 'File] #
autogenIncludes :: Lens' a [RelativePath Include 'File] #
installIncludes :: Lens' a [RelativePath Include 'File] #
options :: Lens' a (PerCompilerFlavor [String]) #
profOptions :: Lens' a (PerCompilerFlavor [String]) #
sharedOptions :: Lens' a (PerCompilerFlavor [String]) #
profSharedOptions :: Lens' a (PerCompilerFlavor [String]) #
staticOptions :: Lens' a (PerCompilerFlavor [String]) #
customFieldsBI :: Lens' a [(String, String)] #
targetBuildDepends :: Lens' a [Dependency] #
Instances
| HasBuildInfo BenchmarkStanza # | |
Defined in Distribution.PackageDescription.FieldGrammar Methods buildInfo :: Lens' BenchmarkStanza BuildInfo # buildable :: Lens' BenchmarkStanza Bool # buildTools :: Lens' BenchmarkStanza [LegacyExeDependency] # buildToolDepends :: Lens' BenchmarkStanza [ExeDependency] # cppOptions :: Lens' BenchmarkStanza [String] # asmOptions :: Lens' BenchmarkStanza [String] # cmmOptions :: Lens' BenchmarkStanza [String] # ccOptions :: Lens' BenchmarkStanza [String] # cxxOptions :: Lens' BenchmarkStanza [String] # jsppOptions :: Lens' BenchmarkStanza [String] # ldOptions :: Lens' BenchmarkStanza [String] # hsc2hsOptions :: Lens' BenchmarkStanza [String] # pkgconfigDepends :: Lens' BenchmarkStanza [PkgconfigDependency] # frameworks :: Lens' BenchmarkStanza [RelativePath Framework 'File] # extraFrameworkDirs :: Lens' BenchmarkStanza [SymbolicPath Pkg ('Dir Framework)] # asmSources :: Lens' BenchmarkStanza [SymbolicPath Pkg 'File] # cmmSources :: Lens' BenchmarkStanza [SymbolicPath Pkg 'File] # cSources :: Lens' BenchmarkStanza [SymbolicPath Pkg 'File] # cxxSources :: Lens' BenchmarkStanza [SymbolicPath Pkg 'File] # jsSources :: Lens' BenchmarkStanza [SymbolicPath Pkg 'File] # hsSourceDirs :: Lens' BenchmarkStanza [SymbolicPath Pkg ('Dir Source)] # otherModules :: Lens' BenchmarkStanza [ModuleName] # virtualModules :: Lens' BenchmarkStanza [ModuleName] # autogenModules :: Lens' BenchmarkStanza [ModuleName] # defaultLanguage :: Lens' BenchmarkStanza (Maybe Language) # otherLanguages :: Lens' BenchmarkStanza [Language] # defaultExtensions :: Lens' BenchmarkStanza [Extension] # otherExtensions :: Lens' BenchmarkStanza [Extension] # oldExtensions :: Lens' BenchmarkStanza [Extension] # extraLibs :: Lens' BenchmarkStanza [String] # extraLibsStatic :: Lens' BenchmarkStanza [String] # extraGHCiLibs :: Lens' BenchmarkStanza [String] # extraBundledLibs :: Lens' BenchmarkStanza [String] # extraLibFlavours :: Lens' BenchmarkStanza [String] # extraDynLibFlavours :: Lens' BenchmarkStanza [String] # extraLibDirs :: Lens' BenchmarkStanza [SymbolicPath Pkg ('Dir Lib)] # extraLibDirsStatic :: Lens' BenchmarkStanza [SymbolicPath Pkg ('Dir Lib)] # includeDirs :: Lens' BenchmarkStanza [SymbolicPath Pkg ('Dir Include)] # includes :: Lens' BenchmarkStanza [SymbolicPath Include 'File] # autogenIncludes :: Lens' BenchmarkStanza [RelativePath Include 'File] # installIncludes :: Lens' BenchmarkStanza [RelativePath Include 'File] # options :: Lens' BenchmarkStanza (PerCompilerFlavor [String]) # profOptions :: Lens' BenchmarkStanza (PerCompilerFlavor [String]) # sharedOptions :: Lens' BenchmarkStanza (PerCompilerFlavor [String]) # profSharedOptions :: Lens' BenchmarkStanza (PerCompilerFlavor [String]) # staticOptions :: Lens' BenchmarkStanza (PerCompilerFlavor [String]) # customFieldsBI :: Lens' BenchmarkStanza [(String, String)] # targetBuildDepends :: Lens' BenchmarkStanza [Dependency] # mixins :: Lens' BenchmarkStanza [Mixin] # | |
| HasBuildInfo TestSuiteStanza # | |
Defined in Distribution.PackageDescription.FieldGrammar Methods buildInfo :: Lens' TestSuiteStanza BuildInfo # buildable :: Lens' TestSuiteStanza Bool # buildTools :: Lens' TestSuiteStanza [LegacyExeDependency] # buildToolDepends :: Lens' TestSuiteStanza [ExeDependency] # cppOptions :: Lens' TestSuiteStanza [String] # asmOptions :: Lens' TestSuiteStanza [String] # cmmOptions :: Lens' TestSuiteStanza [String] # ccOptions :: Lens' TestSuiteStanza [String] # cxxOptions :: Lens' TestSuiteStanza [String] # jsppOptions :: Lens' TestSuiteStanza [String] # ldOptions :: Lens' TestSuiteStanza [String] # hsc2hsOptions :: Lens' TestSuiteStanza [String] # pkgconfigDepends :: Lens' TestSuiteStanza [PkgconfigDependency] # frameworks :: Lens' TestSuiteStanza [RelativePath Framework 'File] # extraFrameworkDirs :: Lens' TestSuiteStanza [SymbolicPath Pkg ('Dir Framework)] # asmSources :: Lens' TestSuiteStanza [SymbolicPath Pkg 'File] # cmmSources :: Lens' TestSuiteStanza [SymbolicPath Pkg 'File] # cSources :: Lens' TestSuiteStanza [SymbolicPath Pkg 'File] # cxxSources :: Lens' TestSuiteStanza [SymbolicPath Pkg 'File] # jsSources :: Lens' TestSuiteStanza [SymbolicPath Pkg 'File] # hsSourceDirs :: Lens' TestSuiteStanza [SymbolicPath Pkg ('Dir Source)] # otherModules :: Lens' TestSuiteStanza [ModuleName] # virtualModules :: Lens' TestSuiteStanza [ModuleName] # autogenModules :: Lens' TestSuiteStanza [ModuleName] # defaultLanguage :: Lens' TestSuiteStanza (Maybe Language) # otherLanguages :: Lens' TestSuiteStanza [Language] # defaultExtensions :: Lens' TestSuiteStanza [Extension] # otherExtensions :: Lens' TestSuiteStanza [Extension] # oldExtensions :: Lens' TestSuiteStanza [Extension] # extraLibs :: Lens' TestSuiteStanza [String] # extraLibsStatic :: Lens' TestSuiteStanza [String] # extraGHCiLibs :: Lens' TestSuiteStanza [String] # extraBundledLibs :: Lens' TestSuiteStanza [String] # extraLibFlavours :: Lens' TestSuiteStanza [String] # extraDynLibFlavours :: Lens' TestSuiteStanza [String] # extraLibDirs :: Lens' TestSuiteStanza [SymbolicPath Pkg ('Dir Lib)] # extraLibDirsStatic :: Lens' TestSuiteStanza [SymbolicPath Pkg ('Dir Lib)] # includeDirs :: Lens' TestSuiteStanza [SymbolicPath Pkg ('Dir Include)] # includes :: Lens' TestSuiteStanza [SymbolicPath Include 'File] # autogenIncludes :: Lens' TestSuiteStanza [RelativePath Include 'File] # installIncludes :: Lens' TestSuiteStanza [RelativePath Include 'File] # options :: Lens' TestSuiteStanza (PerCompilerFlavor [String]) # profOptions :: Lens' TestSuiteStanza (PerCompilerFlavor [String]) # sharedOptions :: Lens' TestSuiteStanza (PerCompilerFlavor [String]) # profSharedOptions :: Lens' TestSuiteStanza (PerCompilerFlavor [String]) # staticOptions :: Lens' TestSuiteStanza (PerCompilerFlavor [String]) # customFieldsBI :: Lens' TestSuiteStanza [(String, String)] # targetBuildDepends :: Lens' TestSuiteStanza [Dependency] # mixins :: Lens' TestSuiteStanza [Mixin] # | |
| HasBuildInfo Benchmark # | |
Defined in Distribution.Types.Benchmark Methods buildInfo :: Lens' Benchmark BuildInfo # buildable :: Lens' Benchmark Bool # buildTools :: Lens' Benchmark [LegacyExeDependency] # buildToolDepends :: Lens' Benchmark [ExeDependency] # cppOptions :: Lens' Benchmark [String] # asmOptions :: Lens' Benchmark [String] # cmmOptions :: Lens' Benchmark [String] # ccOptions :: Lens' Benchmark [String] # cxxOptions :: Lens' Benchmark [String] # jsppOptions :: Lens' Benchmark [String] # ldOptions :: Lens' Benchmark [String] # hsc2hsOptions :: Lens' Benchmark [String] # pkgconfigDepends :: Lens' Benchmark [PkgconfigDependency] # frameworks :: Lens' Benchmark [RelativePath Framework 'File] # extraFrameworkDirs :: Lens' Benchmark [SymbolicPath Pkg ('Dir Framework)] # asmSources :: Lens' Benchmark [SymbolicPath Pkg 'File] # cmmSources :: Lens' Benchmark [SymbolicPath Pkg 'File] # cSources :: Lens' Benchmark [SymbolicPath Pkg 'File] # cxxSources :: Lens' Benchmark [SymbolicPath Pkg 'File] # jsSources :: Lens' Benchmark [SymbolicPath Pkg 'File] # hsSourceDirs :: Lens' Benchmark [SymbolicPath Pkg ('Dir Source)] # otherModules :: Lens' Benchmark [ModuleName] # virtualModules :: Lens' Benchmark [ModuleName] # autogenModules :: Lens' Benchmark [ModuleName] # defaultLanguage :: Lens' Benchmark (Maybe Language) # otherLanguages :: Lens' Benchmark [Language] # defaultExtensions :: Lens' Benchmark [Extension] # otherExtensions :: Lens' Benchmark [Extension] # oldExtensions :: Lens' Benchmark [Extension] # extraLibs :: Lens' Benchmark [String] # extraLibsStatic :: Lens' Benchmark [String] # extraGHCiLibs :: Lens' Benchmark [String] # extraBundledLibs :: Lens' Benchmark [String] # extraLibFlavours :: Lens' Benchmark [String] # extraDynLibFlavours :: Lens' Benchmark [String] # extraLibDirs :: Lens' Benchmark [SymbolicPath Pkg ('Dir Lib)] # extraLibDirsStatic :: Lens' Benchmark [SymbolicPath Pkg ('Dir Lib)] # includeDirs :: Lens' Benchmark [SymbolicPath Pkg ('Dir Include)] # includes :: Lens' Benchmark [SymbolicPath Include 'File] # autogenIncludes :: Lens' Benchmark [RelativePath Include 'File] # installIncludes :: Lens' Benchmark [RelativePath Include 'File] # options :: Lens' Benchmark (PerCompilerFlavor [String]) # profOptions :: Lens' Benchmark (PerCompilerFlavor [String]) # sharedOptions :: Lens' Benchmark (PerCompilerFlavor [String]) # profSharedOptions :: Lens' Benchmark (PerCompilerFlavor [String]) # staticOptions :: Lens' Benchmark (PerCompilerFlavor [String]) # customFieldsBI :: Lens' Benchmark [(String, String)] # | |
| HasBuildInfo BuildInfo # | |
Defined in Distribution.Types.BuildInfo.Lens Methods buildInfo :: Lens' BuildInfo BuildInfo # buildable :: Lens' BuildInfo Bool # buildTools :: Lens' BuildInfo [LegacyExeDependency] # buildToolDepends :: Lens' BuildInfo [ExeDependency] # cppOptions :: Lens' BuildInfo [String] # asmOptions :: Lens' BuildInfo [String] # cmmOptions :: Lens' BuildInfo [String] # ccOptions :: Lens' BuildInfo [String] # cxxOptions :: Lens' BuildInfo [String] # jsppOptions :: Lens' BuildInfo [String] # ldOptions :: Lens' BuildInfo [String] # hsc2hsOptions :: Lens' BuildInfo [String] # pkgconfigDepends :: Lens' BuildInfo [PkgconfigDependency] # frameworks :: Lens' BuildInfo [RelativePath Framework 'File] # extraFrameworkDirs :: Lens' BuildInfo [SymbolicPath Pkg ('Dir Framework)] # asmSources :: Lens' BuildInfo [SymbolicPath Pkg 'File] # cmmSources :: Lens' BuildInfo [SymbolicPath Pkg 'File] # cSources :: Lens' BuildInfo [SymbolicPath Pkg 'File] # cxxSources :: Lens' BuildInfo [SymbolicPath Pkg 'File] # jsSources :: Lens' BuildInfo [SymbolicPath Pkg 'File] # hsSourceDirs :: Lens' BuildInfo [SymbolicPath Pkg ('Dir Source)] # otherModules :: Lens' BuildInfo [ModuleName] # virtualModules :: Lens' BuildInfo [ModuleName] # autogenModules :: Lens' BuildInfo [ModuleName] # defaultLanguage :: Lens' BuildInfo (Maybe Language) # otherLanguages :: Lens' BuildInfo [Language] # defaultExtensions :: Lens' BuildInfo [Extension] # otherExtensions :: Lens' BuildInfo [Extension] # oldExtensions :: Lens' BuildInfo [Extension] # extraLibs :: Lens' BuildInfo [String] # extraLibsStatic :: Lens' BuildInfo [String] # extraGHCiLibs :: Lens' BuildInfo [String] # extraBundledLibs :: Lens' BuildInfo [String] # extraLibFlavours :: Lens' BuildInfo [String] # extraDynLibFlavours :: Lens' BuildInfo [String] # extraLibDirs :: Lens' BuildInfo [SymbolicPath Pkg ('Dir Lib)] # extraLibDirsStatic :: Lens' BuildInfo [SymbolicPath Pkg ('Dir Lib)] # includeDirs :: Lens' BuildInfo [SymbolicPath Pkg ('Dir Include)] # includes :: Lens' BuildInfo [SymbolicPath Include 'File] # autogenIncludes :: Lens' BuildInfo [RelativePath Include 'File] # installIncludes :: Lens' BuildInfo [RelativePath Include 'File] # options :: Lens' BuildInfo (PerCompilerFlavor [String]) # profOptions :: Lens' BuildInfo (PerCompilerFlavor [String]) # sharedOptions :: Lens' BuildInfo (PerCompilerFlavor [String]) # profSharedOptions :: Lens' BuildInfo (PerCompilerFlavor [String]) # staticOptions :: Lens' BuildInfo (PerCompilerFlavor [String]) # customFieldsBI :: Lens' BuildInfo [(String, String)] # | |
| HasBuildInfo Component # | |
Defined in Distribution.Types.Component Methods buildInfo :: Lens' Component BuildInfo # buildable :: Lens' Component Bool # buildTools :: Lens' Component [LegacyExeDependency] # buildToolDepends :: Lens' Component [ExeDependency] # cppOptions :: Lens' Component [String] # asmOptions :: Lens' Component [String] # cmmOptions :: Lens' Component [String] # ccOptions :: Lens' Component [String] # cxxOptions :: Lens' Component [String] # jsppOptions :: Lens' Component [String] # ldOptions :: Lens' Component [String] # hsc2hsOptions :: Lens' Component [String] # pkgconfigDepends :: Lens' Component [PkgconfigDependency] # frameworks :: Lens' Component [RelativePath Framework 'File] # extraFrameworkDirs :: Lens' Component [SymbolicPath Pkg ('Dir Framework)] # asmSources :: Lens' Component [SymbolicPath Pkg 'File] # cmmSources :: Lens' Component [SymbolicPath Pkg 'File] # cSources :: Lens' Component [SymbolicPath Pkg 'File] # cxxSources :: Lens' Component [SymbolicPath Pkg 'File] # jsSources :: Lens' Component [SymbolicPath Pkg 'File] # hsSourceDirs :: Lens' Component [SymbolicPath Pkg ('Dir Source)] # otherModules :: Lens' Component [ModuleName] # virtualModules :: Lens' Component [ModuleName] # autogenModules :: Lens' Component [ModuleName] # defaultLanguage :: Lens' Component (Maybe Language) # otherLanguages :: Lens' Component [Language] # defaultExtensions :: Lens' Component [Extension] # otherExtensions :: Lens' Component [Extension] # oldExtensions :: Lens' Component [Extension] # extraLibs :: Lens' Component [String] # extraLibsStatic :: Lens' Component [String] # extraGHCiLibs :: Lens' Component [String] # extraBundledLibs :: Lens' Component [String] # extraLibFlavours :: Lens' Component [String] # extraDynLibFlavours :: Lens' Component [String] # extraLibDirs :: Lens' Component [SymbolicPath Pkg ('Dir Lib)] # extraLibDirsStatic :: Lens' Component [SymbolicPath Pkg ('Dir Lib)] # includeDirs :: Lens' Component [SymbolicPath Pkg ('Dir Include)] # includes :: Lens' Component [SymbolicPath Include 'File] # autogenIncludes :: Lens' Component [RelativePath Include 'File] # installIncludes :: Lens' Component [RelativePath Include 'File] # options :: Lens' Component (PerCompilerFlavor [String]) # profOptions :: Lens' Component (PerCompilerFlavor [String]) # sharedOptions :: Lens' Component (PerCompilerFlavor [String]) # profSharedOptions :: Lens' Component (PerCompilerFlavor [String]) # staticOptions :: Lens' Component (PerCompilerFlavor [String]) # customFieldsBI :: Lens' Component [(String, String)] # | |
| HasBuildInfo Executable # | |
Defined in Distribution.Types.Executable Methods 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] # jsppOptions :: Lens' Executable [String] # ldOptions :: Lens' Executable [String] # hsc2hsOptions :: Lens' Executable [String] # pkgconfigDepends :: Lens' Executable [PkgconfigDependency] # frameworks :: Lens' Executable [RelativePath Framework 'File] # extraFrameworkDirs :: Lens' Executable [SymbolicPath Pkg ('Dir Framework)] # asmSources :: Lens' Executable [SymbolicPath Pkg 'File] # cmmSources :: Lens' Executable [SymbolicPath Pkg 'File] # cSources :: Lens' Executable [SymbolicPath Pkg 'File] # cxxSources :: Lens' Executable [SymbolicPath Pkg 'File] # jsSources :: Lens' Executable [SymbolicPath Pkg 'File] # hsSourceDirs :: Lens' Executable [SymbolicPath Pkg ('Dir Source)] # 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] # extraLibsStatic :: Lens' Executable [String] # extraGHCiLibs :: Lens' Executable [String] # extraBundledLibs :: Lens' Executable [String] # extraLibFlavours :: Lens' Executable [String] # extraDynLibFlavours :: Lens' Executable [String] # extraLibDirs :: Lens' Executable [SymbolicPath Pkg ('Dir Lib)] # extraLibDirsStatic :: Lens' Executable [SymbolicPath Pkg ('Dir Lib)] # includeDirs :: Lens' Executable [SymbolicPath Pkg ('Dir Include)] # includes :: Lens' Executable [SymbolicPath Include 'File] # autogenIncludes :: Lens' Executable [RelativePath Include 'File] # installIncludes :: Lens' Executable [RelativePath Include 'File] # options :: Lens' Executable (PerCompilerFlavor [String]) # profOptions :: Lens' Executable (PerCompilerFlavor [String]) # sharedOptions :: Lens' Executable (PerCompilerFlavor [String]) # profSharedOptions :: Lens' Executable (PerCompilerFlavor [String]) # staticOptions :: Lens' Executable (PerCompilerFlavor [String]) # customFieldsBI :: Lens' Executable [(String, String)] # targetBuildDepends :: Lens' Executable [Dependency] # mixins :: Lens' Executable [Mixin] # | |
| HasBuildInfo ForeignLib # | |
Defined in Distribution.Types.ForeignLib Methods buildInfo :: Lens' ForeignLib BuildInfo # buildable :: Lens' ForeignLib Bool # buildTools :: Lens' ForeignLib [LegacyExeDependency] # buildToolDepends :: Lens' ForeignLib [ExeDependency] # cppOptions :: Lens' ForeignLib [String] # asmOptions :: Lens' ForeignLib [String] # cmmOptions :: Lens' ForeignLib [String] # ccOptions :: Lens' ForeignLib [String] # cxxOptions :: Lens' ForeignLib [String] # jsppOptions :: Lens' ForeignLib [String] # ldOptions :: Lens' ForeignLib [String] # hsc2hsOptions :: Lens' ForeignLib [String] # pkgconfigDepends :: Lens' ForeignLib [PkgconfigDependency] # frameworks :: Lens' ForeignLib [RelativePath Framework 'File] # extraFrameworkDirs :: Lens' ForeignLib [SymbolicPath Pkg ('Dir Framework)] # asmSources :: Lens' ForeignLib [SymbolicPath Pkg 'File] # cmmSources :: Lens' ForeignLib [SymbolicPath Pkg 'File] # cSources :: Lens' ForeignLib [SymbolicPath Pkg 'File] # cxxSources :: Lens' ForeignLib [SymbolicPath Pkg 'File] # jsSources :: Lens' ForeignLib [SymbolicPath Pkg 'File] # hsSourceDirs :: Lens' ForeignLib [SymbolicPath Pkg ('Dir Source)] # otherModules :: Lens' ForeignLib [ModuleName] # virtualModules :: Lens' ForeignLib [ModuleName] # autogenModules :: Lens' ForeignLib [ModuleName] # defaultLanguage :: Lens' ForeignLib (Maybe Language) # otherLanguages :: Lens' ForeignLib [Language] # defaultExtensions :: Lens' ForeignLib [Extension] # otherExtensions :: Lens' ForeignLib [Extension] # oldExtensions :: Lens' ForeignLib [Extension] # extraLibs :: Lens' ForeignLib [String] # extraLibsStatic :: Lens' ForeignLib [String] # extraGHCiLibs :: Lens' ForeignLib [String] # extraBundledLibs :: Lens' ForeignLib [String] # extraLibFlavours :: Lens' ForeignLib [String] # extraDynLibFlavours :: Lens' ForeignLib [String] # extraLibDirs :: Lens' ForeignLib [SymbolicPath Pkg ('Dir Lib)] # extraLibDirsStatic :: Lens' ForeignLib [SymbolicPath Pkg ('Dir Lib)] # includeDirs :: Lens' ForeignLib [SymbolicPath Pkg ('Dir Include)] # includes :: Lens' ForeignLib [SymbolicPath Include 'File] # autogenIncludes :: Lens' ForeignLib [RelativePath Include 'File] # installIncludes :: Lens' ForeignLib [RelativePath Include 'File] # options :: Lens' ForeignLib (PerCompilerFlavor [String]) # profOptions :: Lens' ForeignLib (PerCompilerFlavor [String]) # sharedOptions :: Lens' ForeignLib (PerCompilerFlavor [String]) # profSharedOptions :: Lens' ForeignLib (PerCompilerFlavor [String]) # staticOptions :: Lens' ForeignLib (PerCompilerFlavor [String]) # customFieldsBI :: Lens' ForeignLib [(String, String)] # targetBuildDepends :: Lens' ForeignLib [Dependency] # mixins :: Lens' ForeignLib [Mixin] # | |
| HasBuildInfo Library # | |
Defined in Distribution.Types.Library Methods buildInfo :: Lens' Library BuildInfo # buildable :: Lens' Library Bool # buildTools :: Lens' Library [LegacyExeDependency] # buildToolDepends :: Lens' Library [ExeDependency] # cppOptions :: Lens' Library [String] # asmOptions :: Lens' Library [String] # cmmOptions :: Lens' Library [String] # ccOptions :: Lens' Library [String] # cxxOptions :: Lens' Library [String] # jsppOptions :: Lens' Library [String] # ldOptions :: Lens' Library [String] # hsc2hsOptions :: Lens' Library [String] # pkgconfigDepends :: Lens' Library [PkgconfigDependency] # frameworks :: Lens' Library [RelativePath Framework 'File] # extraFrameworkDirs :: Lens' Library [SymbolicPath Pkg ('Dir Framework)] # asmSources :: Lens' Library [SymbolicPath Pkg 'File] # cmmSources :: Lens' Library [SymbolicPath Pkg 'File] # cSources :: Lens' Library [SymbolicPath Pkg 'File] # cxxSources :: Lens' Library [SymbolicPath Pkg 'File] # jsSources :: Lens' Library [SymbolicPath Pkg 'File] # hsSourceDirs :: Lens' Library [SymbolicPath Pkg ('Dir Source)] # otherModules :: Lens' Library [ModuleName] # virtualModules :: Lens' Library [ModuleName] # autogenModules :: Lens' Library [ModuleName] # defaultLanguage :: Lens' Library (Maybe Language) # otherLanguages :: Lens' Library [Language] # defaultExtensions :: Lens' Library [Extension] # otherExtensions :: Lens' Library [Extension] # oldExtensions :: Lens' Library [Extension] # extraLibs :: Lens' Library [String] # extraLibsStatic :: Lens' Library [String] # extraGHCiLibs :: Lens' Library [String] # extraBundledLibs :: Lens' Library [String] # extraLibFlavours :: Lens' Library [String] # extraDynLibFlavours :: Lens' Library [String] # extraLibDirs :: Lens' Library [SymbolicPath Pkg ('Dir Lib)] # extraLibDirsStatic :: Lens' Library [SymbolicPath Pkg ('Dir Lib)] # includeDirs :: Lens' Library [SymbolicPath Pkg ('Dir Include)] # includes :: Lens' Library [SymbolicPath Include 'File] # autogenIncludes :: Lens' Library [RelativePath Include 'File] # installIncludes :: Lens' Library [RelativePath Include 'File] # options :: Lens' Library (PerCompilerFlavor [String]) # profOptions :: Lens' Library (PerCompilerFlavor [String]) # sharedOptions :: Lens' Library (PerCompilerFlavor [String]) # profSharedOptions :: Lens' Library (PerCompilerFlavor [String]) # staticOptions :: Lens' Library (PerCompilerFlavor [String]) # customFieldsBI :: Lens' Library [(String, String)] # | |
| HasBuildInfo TestSuite # | |
Defined in Distribution.Types.TestSuite Methods buildInfo :: Lens' TestSuite BuildInfo # buildable :: Lens' TestSuite Bool # buildTools :: Lens' TestSuite [LegacyExeDependency] # buildToolDepends :: Lens' TestSuite [ExeDependency] # cppOptions :: Lens' TestSuite [String] # asmOptions :: Lens' TestSuite [String] # cmmOptions :: Lens' TestSuite [String] # ccOptions :: Lens' TestSuite [String] # cxxOptions :: Lens' TestSuite [String] # jsppOptions :: Lens' TestSuite [String] # ldOptions :: Lens' TestSuite [String] # hsc2hsOptions :: Lens' TestSuite [String] # pkgconfigDepends :: Lens' TestSuite [PkgconfigDependency] # frameworks :: Lens' TestSuite [RelativePath Framework 'File] # extraFrameworkDirs :: Lens' TestSuite [SymbolicPath Pkg ('Dir Framework)] # asmSources :: Lens' TestSuite [SymbolicPath Pkg 'File] # cmmSources :: Lens' TestSuite [SymbolicPath Pkg 'File] # cSources :: Lens' TestSuite [SymbolicPath Pkg 'File] # cxxSources :: Lens' TestSuite [SymbolicPath Pkg 'File] # jsSources :: Lens' TestSuite [SymbolicPath Pkg 'File] # hsSourceDirs :: Lens' TestSuite [SymbolicPath Pkg ('Dir Source)] # otherModules :: Lens' TestSuite [ModuleName] # virtualModules :: Lens' TestSuite [ModuleName] # autogenModules :: Lens' TestSuite [ModuleName] # defaultLanguage :: Lens' TestSuite (Maybe Language) # otherLanguages :: Lens' TestSuite [Language] # defaultExtensions :: Lens' TestSuite [Extension] # otherExtensions :: Lens' TestSuite [Extension] # oldExtensions :: Lens' TestSuite [Extension] # extraLibs :: Lens' TestSuite [String] # extraLibsStatic :: Lens' TestSuite [String] # extraGHCiLibs :: Lens' TestSuite [String] # extraBundledLibs :: Lens' TestSuite [String] # extraLibFlavours :: Lens' TestSuite [String] # extraDynLibFlavours :: Lens' TestSuite [String] # extraLibDirs :: Lens' TestSuite [SymbolicPath Pkg ('Dir Lib)] # extraLibDirsStatic :: Lens' TestSuite [SymbolicPath Pkg ('Dir Lib)] # includeDirs :: Lens' TestSuite [SymbolicPath Pkg ('Dir Include)] # includes :: Lens' TestSuite [SymbolicPath Include 'File] # autogenIncludes :: Lens' TestSuite [RelativePath Include 'File] # installIncludes :: Lens' TestSuite [RelativePath Include 'File] # options :: Lens' TestSuite (PerCompilerFlavor [String]) # profOptions :: Lens' TestSuite (PerCompilerFlavor [String]) # sharedOptions :: Lens' TestSuite (PerCompilerFlavor [String]) # profSharedOptions :: Lens' TestSuite (PerCompilerFlavor [String]) # staticOptions :: Lens' TestSuite (PerCompilerFlavor [String]) # customFieldsBI :: Lens' TestSuite [(String, String)] # | |
class HasBuildInfos a where #
Methods