Cabal-3.6.3.0: A framework for packaging Haskell software
CopyrightJürgen Nicklisch-Franken 2010
LicenseBSD3
Maintainercabal-devel@haskell.org
Stabilityprovisional
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Distribution.PackageDescription.PrettyPrint

Description

Pretty printing for cabal files

Synopsis

Generic package descriptions

writeGenericPackageDescription :: FilePath -> GenericPackageDescription -> IO () Source #

Writes a .cabal file from a generic package description

showGenericPackageDescription :: GenericPackageDescription -> String Source #

Writes a generic package description to a string

Package descriptions

Supplementary build information

writeHookedBuildInfo :: FilePath -> HookedBuildInfo -> IO () Source #

Since: Cabal-2.0.0.2