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

Commit

Permalink
add note that cabal v2-run is not supported on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelpilz committed Jul 11, 2019
1 parent 34f7964 commit 9aa390d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ The install-script can be invoked via `cabal` instead of `stack` with the comman
cabal v2-run ./install.hs --project-file install/shake.project <target>
```

Running the script with cabal on windows seems to have some issues and is currently not fully supported.

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.

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

0 comments on commit 9aa390d

Please sign in to comment.