Update Setup.md (#241)

This commit is contained in:
Neil Mitchell 2019-12-14 19:59:04 +00:00 committed by Moritz Kiefer
parent 4e8178dbcc
commit cef3097b7f

View File

@ -101,3 +101,8 @@ find ~/.emacs.d -name '*.elc' -exec rm {} \;
```
(which causes recompilation of all bytecode-compiled scripts.)
## Docker stack builds
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).