-
Notifications
You must be signed in to change notification settings - Fork 207
Only see 'latest' target in help text #1620
Comments
The install.hs script looks for ghc executables in That is the output in my win system:
EDIT: i've just spotted the So the ghc used to run the script and the ghc used to install hie can be different. |
So how should I then use the install script in my case? Just pick |
Also, when I tried the
I'm assuming this is because I have my GHCs not where |
Not exactly, the script assumes that ghc is in $PATH, it should work simply adding to it. I only mentioned ghcup cause it follows the convention of adding ghcs to $PATH.
should work That said, the |
I wonder if Safe.lastNote would be sufficient And for local environment changes the following also works, but it doesn't pollute current shell: PATH=/path/to/ghc/bin:$PATH ./cabal-hie-install latest |
I can confirm that the suggested |
I was trying to install HIE today. The log shows best what happened.
I can't see any targets except
latest
. Is this a bug, or am I missing something?The text was updated successfully, but these errors were encountered: