[Git][ghc/ghc][master] hadrian: track python dependencies in doc rules

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Tue Sep 5 04:38:08 UTC 2023



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


Commits:
9765ac7b by Zubin Duggal at 2023-09-05T00:37:45-04:00
hadrian: track python dependencies in doc rules

- - - - -


1 changed file:

- hadrian/src/Rules/Documentation.hs


Changes:

=====================================
hadrian/src/Rules/Documentation.hs
=====================================
@@ -82,6 +82,15 @@ needDocDeps = do
             ]
 
     need templatedCabalFiles
+    need [ "docs" -/- "users_guide" -/- file
+         | file <- [ "conf.py"
+                   , "flags.py"
+                   , "ghc_config.py"
+                   , "ghc_packages.py"
+                   , "utils.py"
+                   ]
+         ]
+
 
 -- | Build all documentation
 documentationRules :: Rules ()



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/9765ac7bac56c23949503a9b625d91799d3f2ba0

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/9765ac7bac56c23949503a9b625d91799d3f2ba0
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230905/04327903/attachment.html>


More information about the ghc-commits mailing list