[commit: packages/Cabal] ghc-head: Formatting. (fb58b7e)
git at git.haskell.org
git at git.haskell.org
Mon Aug 26 23:22:55 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=fb58b7efa6695d05b5f7a59ca522c4b940068866
>---------------------------------------------------------------
commit fb58b7efa6695d05b5f7a59ca522c4b940068866
Author: Mikhail Glushenkov <the.dead.shall.rise at gmail.com>
Date: Mon Apr 29 20:35:20 2013 +0200
Formatting.
>---------------------------------------------------------------
fb58b7efa6695d05b5f7a59ca522c4b940068866
cabal-install/Distribution/Client/Sandbox.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cabal-install/Distribution/Client/Sandbox.hs b/cabal-install/Distribution/Client/Sandbox.hs
index 1265673..21ba327 100644
--- a/cabal-install/Distribution/Client/Sandbox.hs
+++ b/cabal-install/Distribution/Client/Sandbox.hs
@@ -336,7 +336,7 @@ sandboxListSources :: Verbosity -> SandboxFlags -> GlobalFlags
sandboxListSources verbosity _sandboxFlags globalFlags = do
(sandboxDir, pkgEnv) <- tryLoadSandboxConfig verbosity
(globalConfigFile globalFlags)
- indexFile <- tryGetIndexFilePath (pkgEnvSavedConfig pkgEnv)
+ indexFile <- tryGetIndexFilePath (pkgEnvSavedConfig pkgEnv)
refs <- Index.listBuildTreeRefs verbosity Index.ListIgnored indexFile
when (null refs) $
More information about the ghc-commits
mailing list