Skip to content

Commit 638aa1b

Browse files
authored
Merge pull request #26 from jneira/ghcide-pkg
Move ghcide to local packages again
2 parents e0e1951 + 288aa6a commit 638aa1b

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

stack-8.6.4.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ resolver: lts-13.19 # GHC 8.6.4
22

33
packages:
44
- .
5+
- ./ghcide/
56

67
extra-deps:
7-
8-
- ./ghcide/
98
- brittany-0.12.1.0
109
- butcher-1.3.2.1
1110
- bytestring-trie-0.2.5.0

stack-8.6.5.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ resolver: lts-14.22
22

33
packages:
44
- .
5+
- ./ghcide/
56

67
extra-deps:
7-
8-
- ./ghcide/
98
- ansi-terminal-0.10.2
109
- base-compat-0.11.0
1110
- cabal-helper-1.0.0.0

stack-8.8.2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ resolver: nightly-2020-01-25
22

33
packages:
44
- .
5+
- ./ghcide/
56

67
extra-deps:
7-
- ./ghcide/
8-
# - git: https://github.com/haskell/haddock.git
8+
# - git: https://github.com/haskell/haddock.git
99
# commit: be8b02c4e3cffe7d45b3dad0a0f071d35a274d65
1010
# subdirs:
1111
# - haddock-api

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ resolver: lts-14.22
22

33
packages:
44
- .
5+
- ./ghcide/
56

67
extra-deps:
7-
- ./ghcide/
88
- ansi-terminal-0.10.2
99
- base-compat-0.11.0
1010
- cabal-helper-1.0.0.0

0 commit comments

Comments
 (0)