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

Distribution.Types.PkgconfigName

Synopsis

Documentation

data PkgconfigName Source #

A pkg-config library name

This is parsed as any valid argument to the pkg-config utility.

Since: 2.0.0.2

Instances

Instances details
Eq PkgconfigName Source #
Instance details

Defined in Distribution.Types.PkgconfigName

Data PkgconfigName Source #
Instance details

Defined in Distribution.Types.PkgconfigName

Methods

gfoldl :: ( forall d b. Data d => c (d -> b) -> d -> c b) -> ( forall g. g -> c g) -> PkgconfigName -> c PkgconfigName Source #

gunfold :: ( forall b r. Data b => c (b -> r) -> c r) -> ( forall r. r -> c r) -> Constr -> c PkgconfigName Source #

toConstr :: PkgconfigName -> Constr Source #

dataTypeOf :: PkgconfigName -> DataType Source #

dataCast1 :: Typeable t => ( forall d. Data d => c (t d)) -> Maybe (c PkgconfigName ) Source #

dataCast2 :: Typeable t => ( forall d e. ( Data d, Data e) => c (t d e)) -> Maybe (c PkgconfigName ) Source #

gmapT :: ( forall b. Data b => b -> b) -> PkgconfigName -> PkgconfigName Source #

gmapQl :: (r -> r' -> r) -> r -> ( forall d. Data d => d -> r') -> PkgconfigName -> r Source #

gmapQr :: forall r r'. (r' -> r -> r) -> r -> ( forall d. Data d => d -> r') -> PkgconfigName -> r Source #

gmapQ :: ( forall d. Data d => d -> u) -> PkgconfigName -> [u] Source #

gmapQi :: Int -> ( forall d. Data d => d -> u) -> PkgconfigName -> u Source #

gmapM :: Monad m => ( forall d. Data d => d -> m d) -> PkgconfigName -> m PkgconfigName Source #

gmapMp :: MonadPlus m => ( forall d. Data d => d -> m d) -> PkgconfigName -> m PkgconfigName Source #

gmapMo :: MonadPlus m => ( forall d. Data d => d -> m d) -> PkgconfigName -> m PkgconfigName Source #

Ord PkgconfigName Source #
Instance details

Defined in Distribution.Types.PkgconfigName

Read PkgconfigName Source #
Instance details

Defined in Distribution.Types.PkgconfigName

Show PkgconfigName Source #
Instance details

Defined in Distribution.Types.PkgconfigName

IsString PkgconfigName Source #

mkPkgconfigName

Since: 2.0.0.2

Instance details

Defined in Distribution.Types.PkgconfigName

Generic PkgconfigName Source #
Instance details

Defined in Distribution.Types.PkgconfigName

Binary PkgconfigName Source #
Instance details

Defined in Distribution.Types.PkgconfigName

NFData PkgconfigName Source #
Instance details

Defined in Distribution.Types.PkgconfigName

Structured PkgconfigName Source #
Instance details

Defined in Distribution.Types.PkgconfigName

Pretty PkgconfigName Source #
Instance details

Defined in Distribution.Types.PkgconfigName

Parsec PkgconfigName Source #
Instance details

Defined in Distribution.Types.PkgconfigName

type Rep PkgconfigName Source #
Instance details

Defined in Distribution.Types.PkgconfigName

type Rep PkgconfigName = D1 (' MetaData "PkgconfigName" "Distribution.Types.PkgconfigName" "Cabal-3.2.1.0-3w1fQQbNnuQ5xlFGwVXcPy" ' True ) ( C1 (' MetaCons "PkgconfigName" ' PrefixI ' False ) ( S1 (' MetaSel (' Nothing :: Maybe Symbol ) ' NoSourceUnpackedness ' NoSourceStrictness ' DecidedLazy ) ( Rec0 ShortText )))

mkPkgconfigName :: String -> PkgconfigName Source #

Construct a PkgconfigName from a String

mkPkgconfigName is the inverse to unPkgconfigName

Note: No validations are performed to ensure that the resulting PkgconfigName is valid

Since: 2.0.0.2