blob: a4cf558c3f04456c60d1fc44efb833129ea880a7 (
plain)
1
2
3
4
5
6
7
8
9
|
packages: ./
-- This essentially freezes the build plan for hadrian
index-state: 2022-09-10T18:46:55Z
-- 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
|