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 | |
parent | 890f5a1a6e70ff4021cd58463f5152f10c47b395 (diff) | |
download | haskell-cc05d6cad27f11720a93e26c680f40b8bedd8d32.tar.gz |
Remove cabal-install from ./packages; we've decided not to build it
-rw-r--r-- | darcs-all | 6 | ||||
-rw-r--r-- | packages | 1 |
2 files changed, 0 insertions, 7 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") { @@ -1,5 +1,4 @@ utils/hsc2hs hsc2hs -utils/cabal-install ci cabal-install libraries/array packages/array libraries/base packages/base libraries/bytestring packages/bytestring |