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

Safe HaskellNone

CabalCargs.Args

Synopsis

Documentation

data Args Source

The command line arguments of the cabal-cargs command.

Constructors

Args 

Fields

library :: Bool
 
executable :: [String]
 
testSuite :: [String]
 
benchmark :: [String]
 
allSections :: Bool
 
only :: [Field]
 
ignore :: [Field]
 
format :: Formatting
 
sourceFile :: Maybe FilePath
 
cabalFile :: Maybe FilePath
 
enable :: [String]
 
disable :: [String]
 
os :: Maybe String
 
arch :: Maybe String
 
relative :: Bool
 

Instances