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