cabal-install-3.8.1.0: The command-line interface for Cabal and Hackage.
Safe HaskellNone
LanguageHaskell2010

Distribution.Client.Types.InstallMethod

Documentation

data InstallMethod Source #

Instances

Instances details
Bounded InstallMethod Source # 
Instance details

Defined in Distribution.Client.Types.InstallMethod

Enum InstallMethod Source # 
Instance details

Defined in Distribution.Client.Types.InstallMethod

Eq InstallMethod Source # 
Instance details

Defined in Distribution.Client.Types.InstallMethod

Show 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 #

Semigroup InstallMethod Source #

Last

Instance details

Defined in Distribution.Client.Types.InstallMethod

Binary InstallMethod Source # 
Instance details

Defined in Distribution.Client.Types.InstallMethod

Structured InstallMethod Source # 
Instance details

Defined in Distribution.Client.Types.InstallMethod

Parsec InstallMethod Source # 
Instance details

Defined in Distribution.Client.Types.InstallMethod

Pretty 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.8.1.0-7iNu5HGLMqL9QLfLAUJqbd" 'False) (C1 ('MetaCons "InstallMethodCopy" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "InstallMethodSymlink" 'PrefixI 'False) (U1 :: Type -> Type))