cvs commit: fptools/libraries/base/System/Console GetOpt.hs
fptools/libraries/Cabal/Distribution GetOpt.hs
Wolfgang Thaller
wolfgang at haskell.org
Thu Mar 31 16:40:16 EST 2005
wolfgang 2005/03/31 13:40:16 PST
Modified files:
libraries/base/System/Console GetOpt.hs
libraries/Cabal/Distribution GetOpt.hs
Log:
Fix handling of end-of-options markers (--).
getOpt would correctly return the non-options after the marker, but it
would return errors for things after the marker that looked like options.
MERGE TO STABLE
Revision Changes Path
1.16 +3 -3 fptools/libraries/base/System/Console/GetOpt.hs
1.4 +3 -3 fptools/libraries/Cabal/Distribution/GetOpt.hs
More information about the Cvs-libraries
mailing list