-
-
Notifications
You must be signed in to change notification settings - Fork 399
Open
Labels
CIContinuous integrationContinuous integrationbindistsAnything to do with binary distributions of HLSAnything to do with binary distributions of HLStype: bugSomething isn't right: doesn't work as intended, documentation is missing/outdated, etc..Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
Description
ℹ️ One has to patch
haskell-language-server/GNUmakefile
Line 141 in 287ee42
$(FIND) "$(STORE_DIR)/ghc-$(GHC_VERSION)" -type f -name "$(DLL)" -execdir $(INSTALL_X) "{}" "$(ROOT_DIR)/$(BINDIST_OUT_DIR)/lib/$(GHC_VERSION)/{}" \; |
👉 Patch: Modify
"$(STORE_DIR)/ghc-$(GHC_VERSION)"
to "$(STORE_DIR)/ghc-$(GHC_VERSION)-inplace"
.
Cross reference:
Originally posted by @benz0li in #4319 (comment)
benz0li
Metadata
Metadata
Assignees
Labels
CIContinuous integrationContinuous integrationbindistsAnything to do with binary distributions of HLSAnything to do with binary distributions of HLStype: bugSomething isn't right: doesn't work as intended, documentation is missing/outdated, etc..Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..