From c0fd89fce73e26bfa5f7137b25c3c504fcb74f07 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" <ezyang@cs.stanford.edu> Date: Wed, 30 Sep 2015 11:04:27 -0700 Subject: [PATCH] Don't bootstrap Cabal, fixing #2845. Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu> --- Cabal/Cabal.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cabal/Cabal.cabal b/Cabal/Cabal.cabal index 7362545fe5..dfba3a70e8 100644 --- a/Cabal/Cabal.cabal +++ b/Cabal/Cabal.cabal @@ -19,9 +19,9 @@ description: organizing, and cataloging Haskell libraries and tools. category: Distribution cabal-version: >=1.10 -build-type: Custom --- Even though we do use the default Setup.lhs it's vital to bootstrapping --- that we build Setup.lhs using our own local Cabal source code. +build-type: Simple +-- If we use a new Cabal feature, this needs to be changed to Custom so +-- we can bootstrap. extra-source-files: README.md tests/README.md changelog -- GitLab