diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2013-11-03 12:32:15 +0100 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2013-11-04 09:11:13 +0100 |
commit | 7ea0c63b0f8672d98ee834cadb2ab9f7cf4a4248 (patch) | |
tree | 8eb25176e29d88758b387f1464ae2ba7dd79fc86 /packages | |
parent | 2c028d8f96921a1b7b54e2d483c58d73e3f8ab13 (diff) | |
download | haskell-7ea0c63b0f8672d98ee834cadb2ab9f7cf4a4248.tar.gz |
Fix obsolete mention of `darcs-all` script
Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
Diffstat (limited to 'packages')
-rw-r--r-- | packages | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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' |