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

-- This essentially freezes the build plan for hadrian
index-state: 2019-12-16T07:24:23Z

allow-newer: base

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