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

Safe HaskellNone

CabalLenses.Traversals.Dependency

Synopsis

Documentation

allDependency :: Traversal' GenericPackageDescription DependencySource

A traversal for all Dependency of all Section.

allDependencyIf :: CondVars -> Traversal' GenericPackageDescription DependencySource

A traversal for all Dependency of all Section that match CondVars.

dependency :: Section -> Traversal' GenericPackageDescription DependencySource

A traversal for all Dependency of Section.

dependencyIf :: CondVars -> Section -> Traversal' GenericPackageDescription DependencySource

A traversal for the Dependency of Section that match CondVars.