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

Paolo Capriotti p.capriotti at gmail.com
Tue May 8 00:11:50 CEST 2012


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 <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