cabal-install-3.10.2.1: 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

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.