diff options
author | Andrey Mokhov <andrey.mokhov@gmail.com> | 2019-10-03 23:27:23 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-10-07 12:03:13 -0400 |
commit | b78906118dd2919ffb5911200a5a15c8cd341414 (patch) | |
tree | 418cd08256f8096973f18ad80771f1d683d28824 /hadrian/cabal.project | |
parent | 93c71ae6dbadafc27a061ea5f020f5c8e1c7132f (diff) | |
download | haskell-b78906118dd2919ffb5911200a5a15c8cd341414.tar.gz |
Hadrian: Stop using in-tree Cabal
Diffstat (limited to 'hadrian/cabal.project')
-rw-r--r-- | hadrian/cabal.project | 1 |
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. |