Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • .gitlab/rel_eng/upload_ghc_libs.py
    ... ... @@ -122,6 +122,7 @@ PACKAGES = {
    122 122
             Package('ghc-compact', Path("libraries/ghc-compact"), no_prep),
    
    123 123
             Package('ghc', Path("compiler"), prep_ghc),
    
    124 124
             Package('ghci', Path("libraries/ghci"), no_prep),
    
    125
    +        Package('hpc', Path("libraries/hpc"), no_prep),
    
    125 126
         ]
    
    126 127
     }
    
    127 128
     # Dict[str, Package]