Repository : ssh://[email protected]/Cabal

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

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

commit 597f758d89b6b42a801f6b5e09a965724cca99aa
Author: Mikhail Glushenkov <[email protected]>
Date:   Fri Aug 30 03:10:19 2013 +0200

    Tweak a message.


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

597f758d89b6b42a801f6b5e09a965724cca99aa
 cabal-install/Distribution/Client/Sandbox.hs |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/cabal-install/Distribution/Client/Sandbox.hs 
b/cabal-install/Distribution/Client/Sandbox.hs
index cdd9f2d..5e5e916 100644
--- a/cabal-install/Distribution/Client/Sandbox.hs
+++ b/cabal-install/Distribution/Client/Sandbox.hs
@@ -429,9 +429,10 @@ sandboxDeleteSource verbosity buildTreeRefs _sandboxFlags 
globalFlags = do
   withRemoveTimestamps sandboxDir $ do
     Index.removeBuildTreeRefs verbosity indexFile buildTreeRefs
 
-  notice verbosity $ "Note: 'sandbox delete-source' only deletes the" ++
-    "add-source record, but does not unregister the package " ++
-    "from the package DB.\n\nUse 'sandbox hc-pkg -- unregister' to do that."
+  notice verbosity $ "Note: 'sandbox delete-source' only unregisters the " ++
+    "source dependency, but does not remove the package " ++
+    "from the sandbox package DB.\n\n" ++
+    "Use 'sandbox hc-pkg -- unregister' to do that."
 
 -- | Entry point for the 'cabal sandbox list-sources' command.
 sandboxListSources :: Verbosity -> SandboxFlags -> GlobalFlags


_______________________________________________
ghc-commits mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/ghc-commits

Reply via email to