This repository was archived by the owner on Oct 7, 2020. It is now read-only.
Problem with hie-wrapper in windows related with location of cabal-helper-wrapper #1166
Labels
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Hi,
hie-wrapper
in a cabal based project, i've got this output:cabal-helper-wrapper
executable isD:\dev\ws\haskell\haskell-ide-engine\.stack-work\install\f33caf5a\bin
insteadD:\dev\ws\haskell\haskell-ide-engine\.stack-work\install\f33caf5a\libexec\x86_64-windows-ghc-8.6.4\cabal-helper-0.9.0.0
(in factlibexec
doesnt exist) orD:\dev\ws\haskell\haskell-ide-engine\.stack-work\install\f33caf5a\bin\cabal-helper-wrapper
(the executable itself is there but there is not a "dir" with that name 🤔 )cabal_helper_libexecdir
env var to the correct path (D:\dev\ws\haskell\haskell-ide-engine\.stack-work\install\f33caf5a\bin
) as suggested the hie-wrapper error in cabal project is not there and both projects (cabal and stack) can be opened in vscode normally.The text was updated successfully, but these errors were encountered: