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

-- This essentially freezes the build plan for hadrian
index-state: 2020-06-16T03:59:14Z

-- 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