We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc8d5c4 commit fc76d29Copy full SHA for fc76d29
cabal.project.stage1
@@ -30,16 +30,18 @@ packages:
30
./utils/ghc-toolchain
31
./utils/ghc-toolchain/exe
32
33
-benchmark: False
+benchmarks: False
34
tests: False
35
+profiling: False
36
+
37
allow-boot-library-installs: True
38
39
package *
40
library-vanilla: True
- shared: False
- executable-profiling: False
41
- executable-dynamic: False
42
- executable-static: True
+ shared: True
+ -- executable-profiling: False
43
+ -- executable-dynamic: False
44
+ -- executable-static: True
45
46
package ghc-boot-th
47
flags: +bootstrap
0 commit comments