Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/ef971e05b388bb42944df94f50fda69b2cadc47a

>---------------------------------------------------------------

commit ef971e05b388bb42944df94f50fda69b2cadc47a
Author: Lennart Kolmodin <[email protected]>
Date:   Sun Mar 2 19:56:39 2008 +0000

    Remove shortopt -I for --installed

>---------------------------------------------------------------

 cabal-install/Hackage/Setup.hs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cabal-install/Hackage/Setup.hs b/cabal-install/Hackage/Setup.hs
index c338574..67d00c7 100644
--- a/cabal-install/Hackage/Setup.hs
+++ b/cabal-install/Hackage/Setup.hs
@@ -160,7 +160,7 @@ listCommand = CommandUI {
     commandOptions      = \_ -> [
         optionVerbose listVerbosity (\v flags -> flags { listVerbosity = v })
 
-        , option "I" ["installed"]
+        , option [] ["installed"]
             "Only print installed packages"
             listInstalled (\v flags -> flags { listInstalled = v })
             trueArg



_______________________________________________
Cvs-libraries mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to