[Git][ghc/ghc][wip/fix-upload-libs] Apply 1 suggestion(s) to 1 file(s)

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 Apply 1 suggestion(s) to 1 file(s) - - - - - 1 changed file: - .gitlab/rel_eng/upload_ghc_libs.py Changes: ===================================== .gitlab/rel_eng/upload_ghc_libs.py ===================================== @@ -110,6 +110,7 @@ PACKAGES = { Package('base', Path("libraries/base"), prep_base), Package('ghc-internal', Path("libraries/ghc-internal"), prep_ghc_internal), Package('ghc-experimental', Path("libraries/ghc-experimental"), no_prep), + Package('ghc-prim', Path("libraries/ghc-prim"), no_prep), Package('integer-gmp', Path("libraries/integer-gmp"), no_prep), Package('ghc-bignum', Path("libraries/ghc-bignum"), prep_ghc_bignum), Package('template-haskell', Path("libraries/template-haskell"), no_prep), View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/fe9dcff52ee5a03637fba60d9f474610... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/fe9dcff52ee5a03637fba60d9f474610... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Ben Gamari (@bgamari)