Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 9aa390d

Browse files
committed
add note that cabal v2-run is not supported on windows
1 parent 34f7964 commit 9aa390d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ The install-script can be invoked via `cabal` instead of `stack` with the comman
209209
cabal v2-run ./install.hs --project-file install/shake.project <target>
210210
```
211211

212+
Running the script with cabal on windows seems to have some issues and is currently not fully supported.
213+
212214
Unfortunately, it is still required to have `stack` installed so that the install-script can locate the `local-bin` directory (on Linux `~/.local/bin`) and copy the `hie` binaries to `hie-x.y.z`, which is required for the `hie-wrapper` to function as expected.
213215

214216
For brevity, only the `stack`-based commands are presented in the following sections.

0 commit comments

Comments
 (0)