[commit: packages/Cabal] ghc-head: Remove an obsolete comment. (3b5a516)

git at git.haskell.org git at git.haskell.org
Mon Aug 26 23:25:29 CEST 2013


Repository : ssh://git@git.haskell.org/Cabal

On branch  : ghc-head
Link       : http://git.haskell.org/?p=packages/Cabal.git;a=commit;h=3b5a5160196d91392e5162dd6ef5370f4b3e1d61

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

commit 3b5a5160196d91392e5162dd6ef5370f4b3e1d61
Author: Mikhail Glushenkov <mikhail.glushenkov at gmail.com>
Date:   Fri May 17 23:27:14 2013 +0200

    Remove an obsolete comment.


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

3b5a5160196d91392e5162dd6ef5370f4b3e1d61
 cabal-install/Main.hs |    7 -------
 1 file changed, 7 deletions(-)

diff --git a/cabal-install/Main.hs b/cabal-install/Main.hs
index 3fbe0e2..3119c7d 100644
--- a/cabal-install/Main.hs
+++ b/cabal-install/Main.hs
@@ -452,13 +452,6 @@ installAction :: (ConfigFlags, ConfigExFlags, InstallFlags, HaddockFlags)
 installAction (configFlags, _, installFlags, _) _ _globalFlags
   | fromFlagOrDefault False (installOnly installFlags)
   = let verbosity = fromFlagOrDefault normal (configVerbosity configFlags)
-    -- TODO: It'd be nice if this picked up the '-w' flag passed to
-    -- 'configure'.  Right now, running
-    --
-    -- $ cabal sandbox init && cabal configure -w /path/to/ghc
-    --   && cabal build && cabal install
-    --
-    -- performs the compilation twice unless you also pass -w to 'install'.
     in setupWrapper verbosity defaultSetupScriptOptions Nothing
          installCommand (const mempty) []
 





More information about the ghc-commits mailing list