Closed vnluc closed 6 years ago
You need to execute git submodule update --init
first
Thank you very much. I do clone full repository again with option --recurse-submodules and I can build it.
git clone --recurse-submodules https://github.com/haskell/haskell-ide-engine
stack build
I have ghc 8.4.3 installed. however I can not build HIE.
Here is the command output
haskell-ide-engine-master>stack build --stack-yaml=stack-8.4.3.yaml Stack looks for packages in the directories configured in the 'packages' and 'extra-deps' fields defined in your stack.yaml The current entry points to D:\bin2\haskell-ide-engine-master\submodules\HaRe\ but no .cabal or package.yaml file could be found there.