[Git][ghc/ghc][wip/teo/allow-newer-ghc-paths] cabal.project-reinstall: use correct package to specify in-ghc-tree flag for haddock

Teo Camarasu pushed to branch wip/teo/allow-newer-ghc-paths at Glasgow Haskell Compiler / GHC Commits: 2d4f262e by Teo Camarasu at 2025-07-08T18:49:59+01:00 cabal.project-reinstall: use correct package to specify in-ghc-tree flag for haddock - - - - - 1 changed file: - cabal.project-reinstall Changes: ===================================== cabal.project-reinstall ===================================== @@ -58,7 +58,7 @@ packages: ./compiler constraints: ghc +internal-interpreter +dynamic-system-linke, ghc-bin +internal-interpreter +threaded, ghci +internal-interpreter, - haddock +in-ghc-tree, + haddock-api +in-ghc-tree, any.array installed, any.base installed, any.deepseq installed, View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2d4f262e40e27f8f6e06622667570c66... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2d4f262e40e27f8f6e06622667570c66... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Teo Camarasu (@teo)