Copyright | (c) Brent Yorgey 2009 |
---|---|
License | BSD-like |
Maintainer | [email protected] |
Stability | provisional |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Distribution.Client.Init
Description
Implementation of the 'cabal init' command, which creates an initial .cabal file for a project.
Synopsis
- initCmd :: Verbosity -> PackageDBStackCWD -> RepoContext -> Compiler -> ProgramDb -> InitFlags -> IO ()
Documentation
initCmd :: Verbosity -> PackageDBStackCWD -> RepoContext -> Compiler -> ProgramDb -> InitFlags -> IO () Source #
This is the main driver for the init script.