[commit: packages/Cabal] ghc-head: Use 'notice' instead of 'info'. (69ed13e)
git at git.haskell.org
git at git.haskell.org
Mon Aug 26 23:22:45 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=69ed13e3460ca57adab7e3f8d3dd91006760046a
>---------------------------------------------------------------
commit 69ed13e3460ca57adab7e3f8d3dd91006760046a
Author: Mikhail Glushenkov <the.dead.shall.rise at gmail.com>
Date: Mon Apr 29 16:50:03 2013 +0200
Use 'notice' instead of 'info'.
>---------------------------------------------------------------
69ed13e3460ca57adab7e3f8d3dd91006760046a
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 bc92a85..8573f12 100644
--- a/cabal-install/Distribution/Client/Sandbox.hs
+++ b/cabal-install/Distribution/Client/Sandbox.hs
@@ -339,7 +339,7 @@ sandboxListSources verbosity _sandboxFlags globalFlags = do
refs <- Index.listBuildTreeRefs indexFile
when (null refs) $
- info verbosity $ "Index file '" ++ indexFile
+ notice verbosity $ "Index file '" ++ indexFile
++ "' has no references to local build trees."
mapM_ putStrLn refs
More information about the ghc-commits
mailing list