cabal-lenses-0.1: Lenses and traversals for the Cabal library.

Safe HaskellNone

CabalLenses.Traversals.BuildInfo

Synopsis

Documentation

buildInfo :: Section -> Traversal' GenericPackageDescription BuildInfoSource

A traversal for all BuildInfo of Section.

buildInfoIf :: CondVars -> Section -> Traversal' GenericPackageDescription BuildInfoSource

A traversal for the BuildInfo of Section that match CondVars.