Ben Gamari pushed to branch wip/fix-upload-libs at Glasgow Haskell Compiler / GHC
Commits:
-
fe9dcff5
by Ben Gamari at 2025-08-12T13:10:22+00:00
1 changed file:
Changes:
... | ... | @@ -110,6 +110,7 @@ PACKAGES = { |
110 | 110 | Package('base', Path("libraries/base"), prep_base),
|
111 | 111 | Package('ghc-internal', Path("libraries/ghc-internal"), prep_ghc_internal),
|
112 | 112 | Package('ghc-experimental', Path("libraries/ghc-experimental"), no_prep),
|
113 | + Package('ghc-prim', Path("libraries/ghc-prim"), no_prep),
|
|
113 | 114 | Package('integer-gmp', Path("libraries/integer-gmp"), no_prep),
|
114 | 115 | Package('ghc-bignum', Path("libraries/ghc-bignum"), prep_ghc_bignum),
|
115 | 116 | Package('template-haskell', Path("libraries/template-haskell"), no_prep),
|