You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Windows, it is advised to either install HIE at the root of the drive, and/or to enable [Win32 Long paths](https://github.com/haskell/haskell-ide-engine#windows-specific-pre-requirements).
17
17
18
18
```cmd
19
19
C:\> git clone https://github.com/haskell/haskell-ide-engine --recursive hie
20
-
C:\> cd hie && stack ./install.hs build
20
+
C:\> cd hie && stack ./install.hs hie
21
21
```
22
22
23
23
If you experience difficulties, use the instructions at https://github.com/haskell/haskell-ide-engine#installation
0 commit comments