blob: 0df6b15695966c4f927129745496610ccbf60a9d (
plain)
1
2
3
4
5
6
7
8
|
packages: ./
../libraries/Cabal/Cabal/
-- 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
|