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 ` .
2
4
3
5
Our vision is that you should build an IDE by combining:
4
6
@@ -25,8 +27,8 @@ There are more details about our approach [in this blog post](https://4ta.uk/p/s
25
27
26
28
First install the ` ghcide ` binary using ` stack ` or ` cabal ` , e.g.
27
29
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 `
30
32
3 . ` cabal install ` or ` stack install ` (and make sure ` ~/.local/bin ` is on your ` $PATH ` )
31
33
32
34
It'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