[Git][ghc/ghc][wip/fix-hadrian-hls] hadrian: fix HLS support
Cheng Shao pushed to branch wip/fix-hadrian-hls at Glasgow Haskell Compiler / GHC Commits: d645779f by Cheng Shao at 2026-07-08T09:48:49+00:00 hadrian: fix HLS support This patch fixes hadrian's HLS support so one can rely on HLS when working on the hadrian codebase. Fixes #27480. Not building/linking shared libraries for hadrian is a severely premature optimization; this top-level setting in `cabal.project` only affects home packages while the dependencies in the cabal store are built with vanilla/dynamic anyway, and even adding dynamic builds to home packages would not be costly due to cabal's usage of `-dynamic-too`. - - - - - 1 changed file: - hadrian/cabal.project Changes: ===================================== hadrian/cabal.project ===================================== @@ -12,7 +12,3 @@ index-state: 2026-03-10T17:36:36Z -- and the Cabal takes nearly twice as long to build with -O1. See #16817. package Cabal optimization: False - --- Build static linked, vanilla libraries to reduce build time. -shared: False -executable-dynamic: False View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d645779f9c3c02a6feb34d0a7a6b083b... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d645779f9c3c02a6feb34d0a7a6b083b... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Cheng Shao (@TerrorJack)