Skip to content

Commit d54feb4

Browse files
authored
Merge pull request #2 from pepeiborra/submodule
Embed ghcide as a git submodule
2 parents 5e96992 + f012fd0 commit d54feb4

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "ghcide"]
2+
path = ghcide
3+
url = https://github.com/digital-asset/ghcide.git

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ Integration point for ghcide and haskell-ide-engine. One IDE to rule them all.
44

55
This is *very* early stage software.
66

7-
To play along at home, it assumes the ghcide master is checked out at
8-
`../../digital-asset/ghcide` relative to this one.
7+
To play along at home, do a recursive `git clone`.
98

109
Initial effort is to understand how plugins can be supported in a modular way.
1110

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
packages:
22
./
3-
../../digital-asset/ghcide
3+
ghcide
44

55
tests: true
66

ghcide

Submodule ghcide added at 0992bc7

0 commit comments

Comments
 (0)