diff options
author | Ian Lynagh <igloo@earth.li> | 2011-01-21 23:05:52 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-01-21 23:05:52 +0000 |
commit | d17afd1e4aa5c7a0992e5ac5b2cda325992706a8 (patch) | |
tree | e7ab584b92897b861f41e4f9098075a423b7a79a /compiler | |
parent | 2e9fee4031b2203927d2483ab7e212557d9af99b (diff) | |
download | haskell-d17afd1e4aa5c7a0992e5ac5b2cda325992706a8.tar.gz |
Manually control more of the Cabal flags for the compiler and ghc packages
For some reason the Windows HEAD builder has started thinking the ghci
flag should be on in stage 1. This should fix it, and generally make
things a little more resilient.
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/ghc.cabal.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 01db24ab0a..dd9dd64a02 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -44,14 +44,17 @@ Flag ncg Flag stage1 Description: Is this stage 1? Default: False + Manual: True Flag stage2 Description: Is this stage 2? Default: False + Manual: True Flag stage3 Description: Is this stage 3? Default: False + Manual: True Library Exposed: False |