From 597f758d89b6b42a801f6b5e09a965724cca99aa Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov <mikhail.glushenkov@gmail.com> Date: Fri, 30 Aug 2013 03:10:19 +0200 Subject: [PATCH] Tweak a message. --- 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 cdd9f2d833..5e5e916dac 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 -- GitLab