Ben Gamari pushed to branch wip/fix-upload-libs at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • .gitlab/rel_eng/upload_ghc_libs.py
    ... ... @@ -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),