Open a-churchill opened 4 years ago
Hi! i am afraid the error is due a general ghc bug and it is triggered for lot of packages, see for example https://github.com/haskell/haskell-language-server/issues/86 We cant do much things here but suggest some workarounds until a ghc release that fixes it:
stack-8.6.5.yaml
I've just seen that the fix for that bug will be backported to ghc.8.8.4, 🎉 : https://gitlab.haskell.org/ghc/ghc/-/merge_requests/3373
Hello, I'm trying to install
hie
withstack ./install.hs hie-8.8.3
and the build fails every time. FYI this is in a short path (C:\hie
) and I have also enabled Win32 long paths.Here is the full output:
I have also followed the advice in the error message and ran
stack clean
before rerunning the same command, but it gets the same error.Also it's worth mentioning,
stack
andgit
are on my PATH, as is the Stack local bin directory