File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- # ` ghcide `
1+ # ` ghcide ` - A library for building Haskell IDE tooling
2+
3+ Note: ` ghcide ` was previously called ` hie-core ` .
24
35Our vision is that you should build an IDE by combining:
46
@@ -25,8 +27,8 @@ There are more details about our approach [in this blog post](https://4ta.uk/p/s
2527
2628First install the ` ghcide ` binary using ` stack ` or ` cabal ` , e.g.
2729
28- 1 . ` git clone https://github.com/digital-asset/daml .git `
29- 2 . ` cd daml/compiler/ ghcide `
30+ 1 . ` git clone https://github.com/digital-asset/ghcide .git `
31+ 2 . ` cd ghcide `
30323 . ` cabal install ` or ` stack install ` (and make sure ` ~/.local/bin ` is on your ` $PATH ` )
3133
3234It's important that ` ghcide ` is compiled with the same compiler you use to build your projects.
You can’t perform that action at this time.
0 commit comments