Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal On branch : master
http://hackage.haskell.org/trac/ghc/changeset/d73c023ddf7e514189710d602f8cf2a2820388f2 >--------------------------------------------------------------- commit d73c023ddf7e514189710d602f8cf2a2820388f2 Author: Andres Loeh <[email protected]> Date: Fri Oct 28 11:12:31 2011 +0000 removing wrong option handling fix >--------------------------------------------------------------- cabal-install/Distribution/Client/Setup.hs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cabal-install/Distribution/Client/Setup.hs b/cabal-install/Distribution/Client/Setup.hs index 43bd5b0..a5e5079 100644 --- a/cabal-install/Distribution/Client/Setup.hs +++ b/cabal-install/Distribution/Client/Setup.hs @@ -667,7 +667,7 @@ installCommand = CommandUI { ++ " Specific version of a package\n" ++ " " ++ pname ++ " install 'foo < 2' " ++ " Constrained package version\n", - commandDefaultFlags = (mempty, defaultConfigExFlags, mempty, mempty), + commandDefaultFlags = (mempty, mempty, mempty, mempty), commandOptions = \showOrParseArgs -> liftOptions get1 set1 (filter ((/="constraint") . optionName) $ configureOptions showOrParseArgs) _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
