[commit: Cabal] master: Remove shortopt -I for --installed (9677018)

Ian Lynagh igloo at earth.li
Fri Jun 24 01:51:12 CEST 2011


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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/967701838e80b51a4c25930a0ecb78452a3794de

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

commit 967701838e80b51a4c25930a0ecb78452a3794de
Author: Lennart Kolmodin <kolmodin at gentoo.org>
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





More information about the Cvs-libraries mailing list