haskell/haskell-ide-engine

Install.hs: No ghc installations found

Aberta

#1.646 aberto em 6 de fev. de 2020

 (4 comentários) (1 reação) (0 responsável)Haskell (205 forks)batch import
good first issuetype: bugtype: enhancement

Métricas do repositório

Stars
 (2.354 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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.

Guia do colaborador