Skip to content

Commit c67de5a

Browse files
committed
Use last ghcide
1 parent 6c14163 commit c67de5a

10 files changed

+12
-3
lines changed

cabal.project

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
packages:
22
./
3-
ghcide
4-
hls-plugin-api
3+
./ghcide/hie-compat
4+
./ghcide
5+
./hls-plugin-api
56
./plugins/tactics
67
./plugins/hls-hlint-plugin
78

ghcide

Submodule ghcide updated 55 files

stack-8.10.1.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ resolver: nightly-2020-08-16 # Last 8.10.1
22

33
packages:
44
- .
5+
- ./ghcide/hie-compat
56
- ./ghcide/
67
- ./hls-plugin-api
78
- ./plugins/tactics

stack-8.10.2.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ resolver: nightly-2020-10-19
22

33
packages:
44
- .
5+
- ./ghcide/hie-compat
56
- ./ghcide/
67
- ./hls-plugin-api
78
- ./plugins/tactics

stack-8.6.4.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ compiler: ghc-8.6.4
33

44
packages:
55
- .
6+
- ./ghcide/hie-compat
67
- ./ghcide/
78
- ./hls-plugin-api
89
- ./plugins/tactics

stack-8.6.5.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ resolver: lts-14.27 # Last 8.6.5
22

33
packages:
44
- .
5+
- ./ghcide/hie-compat
56
- ./ghcide/
67
- ./hls-plugin-api
78
- ./plugins/tactics

stack-8.8.2.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ resolver: lts-15.3 # Last 8.8.2
22

33
packages:
44
- .
5+
- ./ghcide/hie-compat
56
- ./ghcide/
67
- ./hls-plugin-api
78
- ./plugins/tactics

stack-8.8.3.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ resolver: lts-16.11 # Last 8.8.3
22

33
packages:
44
- .
5+
- ./ghcide/hie-compat
56
- ./ghcide/
67
- ./hls-plugin-api
78
- ./plugins/tactics

stack-8.8.4.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ resolver: lts-16.19
22

33
packages:
44
- .
5+
- ./ghcide/hie-compat
56
- ./ghcide/
67
- ./hls-plugin-api
78
- ./plugins/tactics

stack.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ resolver: lts-14.27 # Last 8.6.5
22

33
packages:
44
- .
5+
- ./ghcide/hie-compat
56
- ./ghcide/
67
- ./hls-plugin-api
78
- ./plugins/tactics

0 commit comments

Comments
 (0)