module Distribution.Simple.UUAGC.Options where

odata              = "data"
ostrictdata        = "strictdata"
ostrictwrap        = "strictwrap"
ocatas             = "catas"
osemfuns           = "semfuns"
osignatures        = "signatures"
onewtypes          = "newtypes"
opretty            = "pretty"
owrappers          = "wrappers"
orename            = "rename"
omodcopy           = "modcopy"
onest              = "nest"
osyntaxmacro       = "syntaxmacro"
overbose           = "verbose"
ohelp              = "help"
oself              = "self"
ocycle             = "cycle"
oversion           = "version"
ovisit             = "visit"
oseq               = "seq"
ounbox             = "unbox"
obangpats          = "bangpats" 
ocase              = "case"
ostrictcase        = "strictcase"
ostrictercase      = "strictercase"
olocalcps          = "localcps"
osplitsems         = "splitsems"
owerrors           = "Werrors"
owignore           = "Wignore"
owmax              = "Wmax"
odumpgrammar       = "dumpgrammar"
odumpcgrammar      = "dumpcgrammar"
ogentraces         = "gentraces"
ogenusetraces      = "genusetraces"
ogencostcentres    = "gencostcentres"
ogenlinepragmas    = "genlinepragmas"
osepsemmods        = "sepsemmods"
ogenfiledeps       = "genfiledeps"
ogenvisage         = "genvisage"
ogenaspectag       = "genAspectAG"
ogenattrlist       = "genattrlist"
oforceirrefutable  = "forceirrefutable"
ouniquedispenser   = "uniquedispenser"
olckeywords        = "lckeywords"
ooptimize          = "optimize"
odoublecolons      = "doublecolons"
ohaskellsyntax     = "haskellsyntax"
oall               = "all"
omodule            = "module"
ooutput            = "output"
osearch            = "path"
oprefix            = "prefix"
ostatistics        = "statistics"
ocheckparserhs     = "checkParseRhs"
ocheckparsetys     = "checkParseTys"
ocheckparseblocks  = "checkParseBlocks"
ocheckparsehaskell = "checkParseHaskell"