[commit: packages/Cabal] ghc-head: Comment. (96e5354)
git at git.haskell.org
git at git.haskell.org
Mon Aug 26 23:26:58 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=96e53548178f7c360620769132b573b411e59da6
>---------------------------------------------------------------
commit 96e53548178f7c360620769132b573b411e59da6
Author: Mikhail Glushenkov <mikhail.glushenkov at gmail.com>
Date: Thu Jun 6 20:49:04 2013 +0200
Comment.
>---------------------------------------------------------------
96e53548178f7c360620769132b573b411e59da6
cabal-install/Main.hs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cabal-install/Main.hs b/cabal-install/Main.hs
index 766825b..d40c78a 100644
--- a/cabal-install/Main.hs
+++ b/cabal-install/Main.hs
@@ -498,8 +498,8 @@ installAction (configFlags, configExFlags, installFlags, haddockFlags)
-- FIXME: Passing 'SandboxPackageInfo' to install unconditionally here means
-- that 'cabal install some-package' inside a sandbox will sometimes reinstall
-- modified add-source deps, even if they are not among the dependencies of
- -- 'some-package'. Probably not a big problem since 'build', 'test' etc are
- -- already reinstalling modified add-source deps.
+ -- 'some-package'. This can also prevent packages that depend on older
+ -- versions of add-source'd packages from building (see #1362).
maybeWithSandboxPackageInfo verbosity configFlags'' globalFlags'
comp platform conf useSandbox $ \mSandboxPkgInfo ->
maybeWithSandboxDirOnSearchPath useSandbox $
More information about the ghc-commits
mailing list