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

Safe HaskellNone

CabalCargs.Fields

Synopsis

Documentation

data Fields Source

Which fields should be considered for the print out.

Constructors

AllFields

all fields are printed out

Fields [Field]

only these fields are printed out

Instances

fields :: Args -> FieldsSource

Convert the command line arguments into Fields.