Skip to content

Embed ghcide as a git submodule #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "ghcide"]
path = ghcide
url = https://github.com/digital-asset/ghcide.git
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ Integration point for ghcide and haskell-ide-engine. One IDE to rule them all.

This is *very* early stage software.

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

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

Expand Down
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
packages:
./
../../digital-asset/ghcide
ghcide

tests: true

Expand Down
1 change: 1 addition & 0 deletions ghcide
Submodule ghcide added at 0992bc