haskell/haskell-ide-engine

Install.hs: No ghc installations found

Open

#1,646 opened on 2020年2月6日

GitHub で見る
 (4 comments) (1 reaction) (0 assignees)Haskell (2,358 stars) (205 forks)batch import
good first issuetype: bugtype: enhancement

説明

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

コントリビューターガイド

Install.hs: No ghc installations found · haskell/haskell-ide-engine#1646 | Good First Issue