cabal-install-3.10.1.0: The command-line interface for Cabal and Hackage.
Copyright(c) Brent Yorgey 2009
LicenseBSD-like
Maintainercabal-devel@haskell.org
Stabilityprovisional
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Distribution.Client.Init

Contents

Description

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

Synopsis

Commands

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

This is the main driver for the init script.