This repository was archived by the owner on Oct 7, 2020. It is now read-only.
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
Install.hs: No ghc installations found #1646
Open
Description
> .\cabal-hie-install help
********************************************************************************
No ghc installations found in $PATH.
The script requires at least one ghc in $PATH to be able to build hie.
********************************************************************************
No ghc installations found in $PATH.
The script requires at least one ghc in $PATH to be able to build hie.
CallStack (from HasCallStack):
error, called at src\Env.hs:79:3 in hie-install-0.8.0.0-inplace:Env
Happens on windows when using choco install haskell-dev
. Then by default, ghc 8.8.1 is installed which we do not support (I dont know why though, was there a big bug in it)?
However, this error message is not useful since I compiled and ran the install script but now it is telling me that there is no ghc
on the path.