diff options
author | Ian Lynagh <igloo@earth.li> | 2008-07-29 14:18:24 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-07-29 14:18:24 +0000 |
commit | cc05d6cad27f11720a93e26c680f40b8bedd8d32 (patch) | |
tree | 4b0ef76c7fd25d4f17b46a56da7595f276b369dc /darcs-all | |
parent | 890f5a1a6e70ff4021cd58463f5152f10c47b395 (diff) | |
download | haskell-cc05d6cad27f11720a93e26c680f40b8bedd8d32.tar.gz |
Remove cabal-install from ./packages; we've decided not to build it
Diffstat (limited to 'darcs-all')
-rw-r--r-- | darcs-all | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -143,12 +143,6 @@ sub main { elsif ($arg eq "-s") { $verbose = 0; } - # --ci says we grab cabal-install repo, and the libraries it needs - # with 'get'. - # It has no effect on the other commands. - elsif ($arg eq "--ci") { - $tags{"ci"} = 1; - } # --extra says we grab the extra libs with 'get'. # It has no effect on the other commands. elsif ($arg eq "--extra") { |