cabal-cargs-0.5: A command line program for extracting compiler arguments from a cabal file.

Safe HaskellSafe-Inferred

CabalCargs.Sections

Synopsis

Documentation

data Sections Source

From which sections the compiler args should be collected.

Constructors

AllSections

all sections are considered

Sections [Section]

only these sections are considered

Instances

data Section Source

A section of the cabal file.

Instances