Skip to content

boot-pkgs content #83

@qrilka

Description

@qrilka

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions