From 50f0cffb836ab1a075339b21322d1b9c39603d28 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 29 Jul 2008 14:18:50 +0000 Subject: [PATCH] Add dph to ./packages and darcs-all --- darcs-all | 5 +++++ packages | 1 + 2 files changed, 6 insertions(+) diff --git a/darcs-all b/darcs-all index 28933bf..d53ed36 100644 --- a/darcs-all +++ b/darcs-all @@ -143,6 +143,11 @@ sub main { elsif ($arg eq "-s") { $verbose = 0; } + # --dph says we grab the dph libs with 'get'. + # It has no effect on the other commands. + elsif ($arg eq "--dph") { + $tags{"dph"} = 1; + } # --extra says we grab the extra libs with 'get'. # It has no effect on the other commands. elsif ($arg eq "--extra") { diff --git a/packages b/packages index 88d6c39..1ab45af 100644 --- a/packages +++ b/packages @@ -35,6 +35,7 @@ libraries/regex-posix extralibs packages/regex-posix libraries/stm extralibs packages/stm libraries/time extralibs packages/time libraries/xhtml extralibs packages/xhtml +libraries/dph dph packages/dph testsuite testsuite testsuite nofib nofib nofib -- 1.7.10.4