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

-- This essentially freezes the build plan for hadrian
index-state: 2022-11-19T22:13:06Z

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