Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Luite Stegeman
GHC
Commits
7ea0c63b
Commit
7ea0c63b
authored
11 years ago
by
Herbert Valerio Riedel
Browse files
Options
Downloads
Patches
Plain Diff
Fix obsolete mention of `darcs-all` script
Signed-off-by:
Herbert Valerio Riedel
<
hvr@gnu.org
>
parent
2c028d8f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages
+4
-4
4 additions, 4 deletions
packages
with
4 additions
and
4 deletions
packages
+
4
−
4
View file @
7ea0c63b
...
...
@@ -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'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment