Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Commit

Permalink
Update Setup.md (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndmitchell authored and cocreature committed Dec 14, 2019
1 parent 4e8178d commit cef3097
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit cef3097

Please sign in to comment.