summaryrefslogtreecommitdiff
path: root/hadrian/cabal.project
blob: fba50cd81c0cb1b74fea838aca1801c15ca1f9cb (plain)
1
2
3
4
5
6
7
8
9
packages: ./

-- This essentially freezes the build plan for hadrian
index-state: 2021-11-29T22:22:49Z

-- 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.
package Cabal
  optimization: False