Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: ed261a7e by Cheng Shao at 2026-07-14T17:59:38-04: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/ed261a7eef3e8e785c83b71c44fdaf39... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ed261a7eef3e8e785c83b71c44fdaf39... You're receiving this email because of your account on gitlab.haskell.org. Manage all notifications: https://gitlab.haskell.org/-/profile/notifications | Help: https://gitlab.haskell.org/help
participants (1)
-
Marge Bot (@marge-bot)