[Git][ghc/ghc][master] hadrian: Add ghc-{experimental,internal}.cabal to the list of dependencies of the doc target
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: 1b490f5a by Zubin Duggal at 2026-01-22T09:00:53-05:00 hadrian: Add ghc-{experimental,internal}.cabal to the list of dependencies of the doc target We need these files to detect the version of these libraries Fixes #26738 - - - - - 1 changed file: - hadrian/src/Rules/Documentation.hs Changes: ===================================== hadrian/src/Rules/Documentation.hs ===================================== @@ -74,6 +74,8 @@ needDocDeps = do let templatedCabalFiles = map pkgCabalFile [ ghcBoot , ghcBootTh + , ghcExperimental + , ghcInternal , ghci , compiler , ghcHeap View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1b490f5a7bbdb1441948241e6089b31e... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1b490f5a7bbdb1441948241e6089b31e... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Marge Bot (@marge-bot)