Cabal-1.24.2.0: A framework for packaging Haskell software

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

Distribution.PackageDescription.PrettyPrint

Description

Pretty printing for cabal files

Synopsis

Documentation

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