Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- data Section
- = Library
- | Executable Name
- | TestSuite Name
- | Benchmark Name
- allSections :: GenericPackageDescription -> [Section]
Documentation
A section of the cabal file.
Library | |
Executable Name | |
TestSuite Name | |
Benchmark Name |
allSections :: GenericPackageDescription -> [Section] Source #
All sections defined in GenericPackageDescription
.