Copyright | (c) Doug Beardsley 2015 |
---|---|
License | BSD-like |
Maintainer | cabal-devel@gmail.com |
Stability | provisional |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Distribution.Client.GenBounds
Description
The cabal gen-bounds command for generating PVP-compliant version bounds.
Synopsis
- genBounds :: Verbosity -> PackageDBStackCWD -> RepoContext -> Compiler -> Platform -> ProgramDb -> GlobalFlags -> FreezeFlags -> IO ()
- boundsNeededMsg :: String
- showBounds :: Package pkg => Int -> pkg -> String
Documentation
genBounds :: Verbosity -> PackageDBStackCWD -> RepoContext -> Compiler -> Platform -> ProgramDb -> GlobalFlags -> FreezeFlags -> IO () Source #
Entry point for the gen-bounds
command.
boundsNeededMsg :: String Source #
The message printed when some dependencies are found to be lacking proper PVP-mandated bounds.