[commit: packages/Cabal] ghc-head: Add a TODO. (69aaac9)

git at git.haskell.org git at git.haskell.org
Mon Aug 26 23:26:33 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=69aaac992e9626b62f25f363914dd372ebec5a4e

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

commit 69aaac992e9626b62f25f363914dd372ebec5a4e
Author: Mikhail Glushenkov <mikhail.glushenkov at gmail.com>
Date:   Mon Jun 3 22:54:03 2013 +0200

    Add a TODO.


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

69aaac992e9626b62f25f363914dd372ebec5a4e
 cabal-install/Distribution/Client/Sandbox.hs |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/cabal-install/Distribution/Client/Sandbox.hs b/cabal-install/Distribution/Client/Sandbox.hs
index 85a8cd4..7c84e25 100644
--- a/cabal-install/Distribution/Client/Sandbox.hs
+++ b/cabal-install/Distribution/Client/Sandbox.hs
@@ -561,6 +561,8 @@ withSandboxPackageInfo verbosity configFlags globalFlags
   let depsMap     = M.fromList (zip buildTreeRefs depsPkgDescs)
 
   -- Get the package ids of modified (and installed) add-source deps.
+  -- TODO: Skip the timestamp check for those add-source deps which are not
+  -- installed.
   modifiedAddSourceDeps <- listModifiedDeps verbosity sandboxDir
                            (compilerId comp) platform
   let isInstalled pkgid = not . null





More information about the ghc-commits mailing list