From bd526752d2fced277ef18ec21586d30fb07c3de8 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Fri, 15 Jan 2016 20:51:05 +0100 Subject: [PATCH] Cabal.cabal: change build-type to Simple. Fixes #3003. --- Cabal/Cabal.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cabal/Cabal.cabal b/Cabal/Cabal.cabal index f3b3c32bf77..f5beba01f42 100644 --- a/Cabal/Cabal.cabal +++ b/Cabal/Cabal.cabal @@ -19,7 +19,7 @@ description: organizing, and cataloging Haskell libraries and tools. category: Distribution cabal-version: >=1.10 -build-type: Custom +build-type: Simple -- 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.