diff options
author | Ian Lynagh <igloo@earth.li> | 2008-07-29 14:18:50 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-07-29 14:18:50 +0000 |
commit | 50f0cffb836ab1a075339b21322d1b9c39603d28 (patch) | |
tree | bfaf42f496a8b8021e3f75fa96cec9d9c5831b22 /darcs-all | |
parent | cc05d6cad27f11720a93e26c680f40b8bedd8d32 (diff) | |
download | haskell-50f0cffb836ab1a075339b21322d1b9c39603d28.tar.gz |
Add dph to ./packages and darcs-all
Diffstat (limited to 'darcs-all')
-rw-r--r-- | darcs-all | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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") { |