how to find Zero-boot packages with Hadrian?
23 Oct
2021
23 Oct
'21
5:30 a.m.
What is the Hadrian equivalent of make show VALUE=BOOT_PKGS ?
27 Oct
27 Oct
7:31 a.m.
Norman Ramsey
writes: What is the Hadrian equivalent of
make show VALUE=BOOT_PKGS
I don't believe there is currently a command-line equivalent. The list itself is known as Settings.Default.stage0Packages.
What is your use-case?
I was updating the Commentary (commentary/libraries.md) and found this text: To find out which packages are currently zero-boot packages, do the following in a GHC build: ```wiki $ make show VALUE=BOOT_PKGS ``` Since `make` will go away eventually, I wanted to tell people how to discover zero-boot packages using Hadrian. Norman
1659
Age (days ago)
1663
Last active (days ago)
2 comments
2 participants
participants (2)
-
Ben Gamari -
Norman Ramsey