Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
64ec82ff
by Andreas Klebinger at 2025-11-11T11:52:48-05:00
1 changed file:
Changes:
| ... | ... | @@ -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]
|