patch applied (ghc-new-tc/haddock2): Move flag evaluation code from Main to Haddock.Options
Simon Peyton Jones <[email protected]> Fri, 16 Jul 2010 08:06:32 -0700
| Newsgroups | gmane.comp.lang.haskell.cvs.other |
|---|---|
| Message-ID | <[email protected]> |
Fri May 14 12:01:52 PDT 2010 David Waern <[email protected]> * Move flag evaluation code from Main to Haddock.Options Determining the value of "singular" flags (by e.g. taking the last occurrence of the flag) and other flag evaluation should done in Haddock.Options which is the module that is supposed to define the command line interface. This makes Main a bit easier on the eyes as well. M ./src/Haddock/Options.hs +60 M ./src/Main.hs -48 +21 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-new-tc/haddock2;a=darcs_commitdiff;h=20100514190152-a762e-0378b113c7507b07b386a5f0fe72f2693bba25af.gz