haskell/haskell-ide-engine

Install.hs: No ghc installations found

Open

#1646 aperta il 6 feb 2020

Vedi su GitHub
 (4 commenti) (1 reazione) (0 assegnatari)Haskell (205 fork)batch import
good first issuetype: bugtype: enhancement

Metriche repository

Star
 (2358 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

> .\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.

Guida contributor