cabal-install-3.14.2.0: The command-line interface for Cabal and Hackage.
Copyright(c) Brent Yorgey 2009
LicenseBSD-like
Maintainer[email protected]
Stabilityprovisional
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Distribution.Client.Init

Description

Implementation of the 'cabal init' command, which creates an initial .cabal file for a project.

Synopsis

Documentation

initCmd :: Verbosity -> PackageDBStackCWD -> RepoContext -> Compiler -> ProgramDb -> InitFlags -> IO () Source #

This is the main driver for the init script.