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"
odumpgrammar    = "dumpgrammar"
odumpcgrammar   = "dumpcgrammar"
ogentraces      = "gentraces"
ogenusetraces   = "genusetraces"
ogencostcentres = "gencostcentres"
ogenlinepragmas = "genlinepragmas"
osepsemmods     = "sepsemmods"
ogenfiledeps    = "genfiledeps"
ogenvisage      = "genvisage"
ogenattrlist    = "genattrlist"
olckeywords     = "lckeywords"
ooptimize       = "optimize"
odoublecolons   = "doublecolons"
ohaskellsyntax  = "haskellsyntax"
oall            = "all"
omodule         = "module"
ooutput         = "output"
osearch         = "path"
oprefix         = "prefix"
owmax           = "Wmax"
oforceirrefutable = "forceirrefutable"