cabal-lenses-0.6.0: Lenses and traversals for the Cabal library.
CabalLenses.Section
Synopsis
data Section Source #
A section of the cabal file.
Constructors
Instances
Methods
(==) :: Section -> Section -> Bool #
(/=) :: Section -> Section -> Bool #
showsPrec :: Int -> Section -> ShowS #
show :: Section -> String #
showList :: [Section] -> ShowS #
allSections :: GenericPackageDescription -> [Section] Source #
All sections defined in GenericPackageDescription.
GenericPackageDescription