Skip to content

Commit 9e984b5

Browse files
authored
#68, document the issues around stty on Windows (#417)
1 parent beb2324 commit 9e984b5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/Setup.md

+10
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,13 @@ find ~/.emacs.d -name '*.elc' -exec rm {} \;
133133
## Docker stack builds
134134

135135
You're likely to see `ghcide: (ExitFailure 1,"","")`. Because ghcide can't get at the ghc installed inside Docker, your best bet is to `stack exec ghcide` and make sure `ghcide` is installed within the container. Full details at [issue 221](https://github.com/digital-asset/ghcide/issues/221).
136+
137+
## stty error on Windows + Stack
138+
139+
If you get an error like:
140+
141+
```
142+
ghcide.exe: CradleError (ExitFailure 1) ["Failed to parse result of calling stack","'stty' is not recognized as an internal or external command,","operable program or batch file."
143+
```
144+
145+
Then the workaround from https://github.com/haskell/haskell-ide-engine/issues/1428#issuecomment-547530794 might help.

0 commit comments

Comments
 (0)