-
Notifications
You must be signed in to change notification settings - Fork 259
Closed
Description
In default.nix I see boot-pkgs:
# pkg-def's may reference boot packages, but those
# are not guaranteed to be available on hackage, as
# it is a manual process. They might eventually show
# up much later on hackage; but are not installable
# anyway. Therefore we just strip them out of the
# pkg-def's packages.
boot-pkgs = [ "rts" "ghc" "ghci" "ghc-boot" "ghc-boot-th"
"ghc-heap" # since ghc 8.6.
];
what is supposed to go into this list? The description sounds like it's about wired-in GHC boot packages but in https://github.com/ghc/ghc/blob/master/compiler/basicTypes/Module.hs#L1091-L1098 I see a different module list.
Metadata
Metadata
Assignees
Labels
No labels