Skip to content

Commit cef3097

Browse files
ndmitchellcocreature
authored andcommitted
Update Setup.md (#241)
1 parent 4e8178d commit cef3097

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/Setup.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,8 @@ find ~/.emacs.d -name '*.elc' -exec rm {} \;
101101
```
102102

103103
(which causes recompilation of all bytecode-compiled scripts.)
104+
105+
106+
## Docker stack builds
107+
108+
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).

0 commit comments

Comments
 (0)