-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
bugSomething isn't workingSomething isn't working
Description
GHC's wired-in packages are currently
https://gitlab.haskell.org/ghc/ghc/-/blob/master/compiler/GHC/Unit/Types.hs#L635-643
wiredInUnitIds =
[ primUnitId
, bignumUnitId
, ghcInternalUnitId
, baseUnitId
, rtsUnitId
, thUnitId
, experimentalUnitId
]
curator and stack both have different lists.
Curator:
https://github.com/commercialhaskell/curator/blob/master/src/Curator/Snapshot.hs#L565-L580
wiredInGhcPackages =
Set.fromList
[ "ghc-prim"
, "integer-gmp"
, "integer-simple"
, "base"
, "rts"
, "template-haskell"
, "dph-seq"
, "dph-par"
, "ghc"
, "interactive"
]
Stack: commercialhaskell/stack#6558
I have no idea what effect this has on Stack or Stackage snapshots.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working