-
Notifications
You must be signed in to change notification settings - Fork 206
Bullet-proof installation instructions #409
Comments
Okay, this is what I have, till now. Is this acceptable for a PR: http://www.vacationlabs.com/haskell/environment-setup.html#installing-vscode-hie |
@saurabhnanda the link that you gave is no longer available. Have you got these instructions anywhere else? |
@ianchanning we were moving sites and missed out this folder. The earlier link should be up now. Sorry about the trouble. |
Brilliant - thanks! |
I did some work on the installation process (#998) that's now been merged. Your article is great and I love the simplicity of: $ git clone https://github.com/haskell/haskell-ide-engine
$ cd haskell-ide-engine
$ stack install The only difference is that I was advised that it's better to use the $ git clone https://github.com/haskell/haskell-ide-engine
$ cd haskell-ide-engine
$ make hie-8.6.2 This would be the same version that |
|
I agree that that means there is a different path for Windows (there is a powershell script). But the make file does extra required checks to make it more bullet proof than
|
That was discussed multiple times and i still think that |
Makefile support is dropped and README was heavily modified recently. If you found it's still lacking - please open a new issue. |
Over the past week I've directed 4 newbies in my team to the HIE installation instructions and all 4 of them messed it up. I'm just opening this as a reminder for myself. I plan to figure out what went wrong a raise a PR to fix this.
The text was updated successfully, but these errors were encountered: