[commit: ghc] master: Fix obsolete mention of `darcs-all` script (7ea0c63)

git at git.haskell.org git at git.haskell.org
Mon Nov 4 08:14:29 UTC 2013


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/7ea0c63b0f8672d98ee834cadb2ab9f7cf4a4248/ghc

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

commit 7ea0c63b0f8672d98ee834cadb2ab9f7cf4a4248
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sun Nov 3 12:32:15 2013 +0100

    Fix obsolete mention of `darcs-all` script
    
    Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>


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

7ea0c63b0f8672d98ee834cadb2ab9f7cf4a4248
 packages |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/packages b/packages
index 2869816..ec77afc 100644
--- a/packages
+++ b/packages
@@ -28,12 +28,12 @@
 #   * 'upstreamurl' is the upstream Git repo location for packages
 #     maintained outside of GHC HQ.
 #
-#   * The 'tag' determines when "darcs-all get" will get the
+#   * The 'tag' determines when "sync-all get" will get the
 #     repo. If the tag is "-" then it will always get it, but if there
-#     is a tag then a corresponding flag must be given to darcs-all, e.g.
+#     is a tag then a corresponding flag must be given to "sync-all", e.g.
 #     if you want to get the packages with an "extralibs" or "testsuite"
-#     tag then you need to use "darcs-all --extra --testsuite get".
-#     Support for new tags must be manually added to the darcs-all script.
+#     tag then you need to use "sync-all --extra --testsuite get".
+#     Support for new tags must be manually added to the "sync-all" script.
 #
 #     'tag' is also used to determine which packages the build system
 #     deems to have the EXTRA_PACKAGE property: tags 'dph' and 'extra'



More information about the ghc-commits mailing list