Cabal-2.4.0.1: A framework for packaging Haskell software

CopyrightJürgen Nicklisch-Franken 2010
LicenseBSD3
Maintainercabal-devel@haskell.org
Stabilityprovisional
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Distribution.PackageDescription.PrettyPrint

Contents

Description

Pretty printing for cabal files

Synopsis

Generic package descriptions

writeGenericPackageDescription :: FilePath -> GenericPackageDescription -> NoCallStackIO () 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