Safe Haskell | None |
---|---|
Language | Haskell2010 |
Distribution.Client.CmdGenBounds
Synopsis
- genBounds :: Verbosity -> PackageDBStackCWD -> RepoContext -> Compiler -> Platform -> ProgramDb -> GlobalFlags -> FreezeFlags -> IO ()
- genBoundsCommand :: CommandUI (NixStyleFlags GenBoundsFlags)
- genBoundsAction :: NixStyleFlags GenBoundsFlags -> [String] -> GlobalFlags -> IO ()
- data GenBoundsFlags = GenBoundsFlags
- defaultGenBoundsFlags :: GenBoundsFlags
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.
defaultGenBoundsFlags :: GenBoundsFlags Source #
Default values for the gen-bounds flags