summaryrefslogtreecommitdiff
path: root/darcs-all
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2010-02-17 10:46:34 +0000
committerSimon Marlow <marlowsd@gmail.com>2010-02-17 10:46:34 +0000
commit2936ede28758713e2b32fad5749c622fdaaefd8e (patch)
treeb9c43c5540021cc66a6537d2bb407851cae1ac3f /darcs-all
parent80ca989bf40233f7fdd0a8888c51e3424cc56096 (diff)
downloadhaskell-2936ede28758713e2b32fad5749c622fdaaefd8e.tar.gz
darcs-all --extra get: gets a few extra packages
currently deepseq, parallel, stm.
Diffstat (limited to 'darcs-all')
-rw-r--r--darcs-all5
1 files changed, 5 insertions, 0 deletions
diff --git a/darcs-all b/darcs-all
index 79f7a83259..963dfa3b01 100644
--- a/darcs-all
+++ b/darcs-all
@@ -285,6 +285,11 @@ sub main {
elsif ($arg eq "--testsuite") {
$tags{"testsuite"} = 1;
}
+ # --extralibs tells get to also grab the extra repos.
+ # It has no effect on the other commands.
+ elsif ($arg eq "--extra") {
+ $tags{"extra"} = 1;
+ }
elsif ($arg eq "--checked-out") {
$checked_out_flag = 1;
}