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

Distribution.Client.CmdSdist

Documentation

sdistCommand :: CommandUI (ProjectFlags, SdistFlags) Source #

sdistAction :: (ProjectFlags, SdistFlags) -> [String] -> GlobalFlags -> IO () Source #

packageToSdist :: Verbosity -> FilePath -> OutputFormat -> FilePath -> UnresolvedSourcePackage -> IO () Source #

data OutputFormat Source #

Constructors

SourceList Char 
TarGzArchive 

Instances

Instances details
Show OutputFormat Source # 
Instance details

Defined in Distribution.Client.CmdSdist

Methods

showsPrec :: Int -> OutputFormat -> ShowS

show :: OutputFormat -> String

showList :: [OutputFormat] -> ShowS

Eq OutputFormat Source # 
Instance details

Defined in Distribution.Client.CmdSdist

Methods

(==) :: OutputFormat -> OutputFormat -> Bool

(/=) :: OutputFormat -> OutputFormat -> Bool