cabal-lenses-0.11.0: Lenses and traversals for the Cabal library.
Safe HaskellSafe-Inferred
LanguageHaskell2010

CabalLenses.Section

Synopsis

Documentation

data Section Source #

A section of the cabal file.

Constructors

Library 
Executable Name 
TestSuite Name 
Benchmark Name 

Instances

Instances details
Show Section Source # 
Instance details

Defined in CabalLenses.Section

Eq Section Source # 
Instance details

Defined in CabalLenses.Section

Methods

(==) :: Section -> Section -> Bool #

(/=) :: Section -> Section -> Bool #