summaryrefslogtreecommitdiff
path: root/hadrian/cabal.project
diff options
context:
space:
mode:
authorAndrey Mokhov <andrey.mokhov@gmail.com>2019-10-03 23:27:23 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-10-07 12:03:13 -0400
commitb78906118dd2919ffb5911200a5a15c8cd341414 (patch)
tree418cd08256f8096973f18ad80771f1d683d28824 /hadrian/cabal.project
parent93c71ae6dbadafc27a061ea5f020f5c8e1c7132f (diff)
downloadhaskell-b78906118dd2919ffb5911200a5a15c8cd341414.tar.gz
Hadrian: Stop using in-tree Cabal
Diffstat (limited to 'hadrian/cabal.project')
-rw-r--r--hadrian/cabal.project1
1 files changed, 0 insertions, 1 deletions
diff --git a/hadrian/cabal.project b/hadrian/cabal.project
index 0df6b15695..84534dbf7b 100644
--- a/hadrian/cabal.project
+++ b/hadrian/cabal.project
@@ -1,5 +1,4 @@
packages: ./
- ../libraries/Cabal/Cabal/
-- N.B. Compile with -O0 since this is not a performance-critical executable
-- and the Cabal takes nearly twice as long to build with -O1. See #16817.