Cabal-3.3.0.0: A framework for packaging Haskell software

Safe HaskellNone
LanguageHaskell2010

Distribution.Types.ForeignLibOption

Documentation

data ForeignLibOption #

Constructors

ForeignLibStandalone

Merge in all dependent libraries (i.e., use ghc -shared -static rather than just record the dependencies, ala ghc -shared -dynamic). This option is compulsory on Windows and unsupported on other platforms.

Instances
Eq ForeignLibOption # 
Instance details

Defined in Distribution.Types.ForeignLibOption

Data ForeignLibOption # 
Instance details

Defined in Distribution.Types.ForeignLibOption

Methods

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

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

toConstr :: ForeignLibOption -> Constr #

dataTypeOf :: ForeignLibOption -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ForeignLibOption # 
Instance details

Defined in Distribution.Types.ForeignLibOption

Show ForeignLibOption # 
Instance details

Defined in Distribution.Types.ForeignLibOption

Generic ForeignLibOption # 
Instance details

Defined in Distribution.Types.ForeignLibOption

Associated Types

type Rep ForeignLibOption :: * -> * #

Binary ForeignLibOption # 
Instance details

Defined in Distribution.Types.ForeignLibOption

NFData ForeignLibOption # 
Instance details

Defined in Distribution.Types.ForeignLibOption

Methods

rnf :: ForeignLibOption -> () #

Structured ForeignLibOption # 
Instance details

Defined in Distribution.Types.ForeignLibOption

Pretty ForeignLibOption # 
Instance details

Defined in Distribution.Types.ForeignLibOption

Parsec ForeignLibOption # 
Instance details

Defined in Distribution.Types.ForeignLibOption

type Rep ForeignLibOption # 
Instance details

Defined in Distribution.Types.ForeignLibOption

type Rep ForeignLibOption = D1 (MetaData "ForeignLibOption" "Distribution.Types.ForeignLibOption" "Cabal-3.3.0.0-inplace" False) (C1 (MetaCons "ForeignLibStandalone" PrefixI False) (U1 :: * -> *))