haskell-language-server icon indicating copy to clipboard operation
haskell-language-server copied to clipboard

GNUmakefile needs to be patched for cabal-3.12

Open fendor opened this issue 1 year ago • 0 comments

ℹ️ One has to patch https://github.com/haskell/haskell-language-server/blob/287ee42ab566e5c088d80ec859d991f5be04f66e/GNUmakefile#L141 when using cabal-install versions ≥ 3.11 (i.e. cabal-install-v3.12.0.0-prerelease).
👉 Patch: Modify "$(STORE_DIR)/ghc-$(GHC_VERSION)" to "$(STORE_DIR)/ghc-$(GHC_VERSION)-inplace".

Cross reference:

  • https://github.com/benz0li/ghc-musl/commit/77ae6ed566a2c41d95827928567a5a866016be30

Originally posted by @benz0li in https://github.com/haskell/haskell-language-server/issues/4319#issuecomment-2179048595

fendor avatar Jun 21 '24 06:06 fendor