cabal-install-3.10.1.0: The command-line interface for Cabal and Hackage.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Distribution.Client.CmdInstall.ClientInstallFlags

Documentation

data InstallMethod Source #

Instances

Instances details
Parsec InstallMethod Source # 
Instance details

Defined in Distribution.Client.Types.InstallMethod

Pretty InstallMethod Source # 
Instance details

Defined in Distribution.Client.Types.InstallMethod

Structured InstallMethod Source # 
Instance details

Defined in Distribution.Client.Types.InstallMethod

Semigroup InstallMethod Source #

Last

Instance details

Defined in Distribution.Client.Types.InstallMethod

Bounded InstallMethod Source # 
Instance details

Defined in Distribution.Client.Types.InstallMethod

Enum InstallMethod Source # 
Instance details

Defined in Distribution.Client.Types.InstallMethod

Generic InstallMethod Source # 
Instance details

Defined in Distribution.Client.Types.InstallMethod

Associated Types

type Rep InstallMethod :: Type -> Type #

Show InstallMethod Source # 
Instance details

Defined in Distribution.Client.Types.InstallMethod

Binary InstallMethod Source # 
Instance details

Defined in Distribution.Client.Types.InstallMethod

Eq InstallMethod Source # 
Instance details

Defined in Distribution.Client.Types.InstallMethod

type Rep InstallMethod Source # 
Instance details

Defined in Distribution.Client.Types.InstallMethod

type Rep InstallMethod = D1 ('MetaData "InstallMethod" "Distribution.Client.Types.InstallMethod" "cabal-install-3.10.1.0-FbhGUvZ0l0XIx7QbOQfSVh" 'False) (C1 ('MetaCons "InstallMethodCopy" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "InstallMethodSymlink" 'PrefixI 'False) (U1 :: Type -> Type))

data ClientInstallFlags Source #

Instances

Instances details
Structured ClientInstallFlags Source # 
Instance details

Defined in Distribution.Client.CmdInstall.ClientInstallFlags

Monoid ClientInstallFlags Source # 
Instance details

Defined in Distribution.Client.CmdInstall.ClientInstallFlags

Semigroup ClientInstallFlags Source # 
Instance details

Defined in Distribution.Client.CmdInstall.ClientInstallFlags

Generic ClientInstallFlags Source # 
Instance details

Defined in Distribution.Client.CmdInstall.ClientInstallFlags

Associated Types

type Rep ClientInstallFlags :: Type -> Type #

Show ClientInstallFlags Source # 
Instance details

Defined in Distribution.Client.CmdInstall.ClientInstallFlags

Binary ClientInstallFlags Source # 
Instance details

Defined in Distribution.Client.CmdInstall.ClientInstallFlags

Eq ClientInstallFlags Source # 
Instance details

Defined in Distribution.Client.CmdInstall.ClientInstallFlags

type Rep ClientInstallFlags Source # 
Instance details

Defined in Distribution.Client.CmdInstall.ClientInstallFlags

type Rep ClientInstallFlags = D1 ('MetaData "ClientInstallFlags" "Distribution.Client.CmdInstall.ClientInstallFlags" "cabal-install-3.10.1.0-FbhGUvZ0l0XIx7QbOQfSVh" 'False) (C1 ('MetaCons "ClientInstallFlags" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cinstInstallLibs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Flag Bool)) :*: S1 ('MetaSel ('Just "cinstEnvironmentPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Flag FilePath))) :*: (S1 ('MetaSel ('Just "cinstOverwritePolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Flag OverwritePolicy)) :*: (S1 ('MetaSel ('Just "cinstInstallMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Flag InstallMethod)) :*: S1 ('MetaSel ('Just "cinstInstalldir") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Flag FilePath))))))