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

Safe HaskellNone
LanguageHaskell98

CabalLenses.PackageDescription

Description

Lenses for several data types of the PackageDescription module. All lenses are named after their field names with a L appended.

Documentation

condTreeDataL :: forall v c a. Lens' (CondTree v c a) a Source

condTreeConstraintsL :: forall v c a. Lens' (CondTree v c a) c Source

condTreeComponentsL :: forall v c a v. Lens (CondTree v c a) (CondTree v c a) [(Condition v, CondTree v c a, Maybe (CondTree v c a))] [(Condition v, CondTree v c a, Maybe (CondTree v c a))] Source