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

Distribution.Client.CmdGenBounds

Synopsis

Documentation

genBounds :: Verbosity -> PackageDBStackCWD -> RepoContext -> Compiler -> Platform -> ProgramDb -> GlobalFlags -> FreezeFlags -> IO () Source #

Entry point for the gen-bounds command.

genBoundsCommand :: CommandUI (NixStyleFlags GenBoundsFlags) Source #

The gen-bounds command definition

genBoundsAction :: NixStyleFlags GenBoundsFlags -> [String] -> GlobalFlags -> IO () Source #

The action for the gen-bounds command when used in a project context.

data GenBoundsFlags Source #

The data type for gen-bounds command flags

Constructors

GenBoundsFlags 

defaultGenBoundsFlags :: GenBoundsFlags Source #

Default values for the gen-bounds flags