haskell/haskell-ide-engine
Auf GitHub ansehenInstall.hs: No ghc installations found
Open
#1.646 geöffnet am 6. Feb. 2020
good first issuetype: bugtype: enhancement
Repository-Metriken
- Stars
- (2.358 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
> .\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.