Skip to content

Commit 5d5d52b

Browse files
committed
hie-compat and shake-bench are now top-level projects
1 parent 5b34b6b commit 5d5d52b

10 files changed

+21
-12
lines changed

cabal.project

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
packages:
22
./
3-
./ghcide/hie-compat
3+
./hie-compat
4+
./shake-bench
45
./ghcide
56
./hls-plugin-api
67
./plugins/tactics

nix/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ let
1717
haskellPackages.extend (pkgs.haskell.lib.packageSourceOverrides {
1818
haskell-language-server = gitignoreSource ../.;
1919
ghcide = gitignoreSource ../ghcide;
20-
shake-bench = gitignoreSource ../ghcide/shake-bench;
21-
hie-compat = gitignoreSource ../ghcide/hie-compat;
20+
shake-bench = gitignoreSource ../shake-bench;
21+
hie-compat = gitignoreSource ../hie-compat;
2222
hls-plugin-api = gitignoreSource ../hls-plugin-api;
2323
hls-class-plugin = gitignoreSource ../plugins/hls-class-plugin;
2424
hls-explicit-imports-plugin = gitignoreSource ../plugins/hls-explicit-imports-plugin;

stack-8.10.1.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ resolver: nightly-2020-08-16 # Last 8.10.1
22

33
packages:
44
- .
5-
- ./ghcide/hie-compat
5+
- ./hie-compat
66
- ./ghcide/
7+
- ./shake-bench
78
- ./hls-plugin-api
89
- ./plugins/hls-class-plugin
910
- ./plugins/hls-explicit-imports-plugin

stack-8.10.2.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ resolver: nightly-2020-12-09
22

33
packages:
44
- .
5-
- ./ghcide/hie-compat
5+
- ./hie-compat
66
- ./ghcide/
77
- ./hls-plugin-api
8+
- ./shake-bench
89
- ./plugins/hls-class-plugin
910
- ./plugins/hls-explicit-imports-plugin
1011
- ./plugins/hls-hlint-plugin

stack-8.6.4.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ compiler: ghc-8.6.4
33

44
packages:
55
- .
6-
- ./ghcide/hie-compat
6+
- ./hie-compat
77
- ./ghcide/
8+
- ./shake-bench
89
- ./hls-plugin-api
910
- ./plugins/hls-class-plugin
1011
- ./plugins/hls-explicit-imports-plugin

stack-8.6.5.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ resolver: lts-14.27 # Last 8.6.5
22

33
packages:
44
- .
5-
- ./ghcide/hie-compat
5+
- ./hie-compat
66
- ./ghcide/
77
- ./hls-plugin-api
8+
- ./shake-bench
89
- ./plugins/hls-class-plugin
910
- ./plugins/hls-explicit-imports-plugin
1011
- ./plugins/hls-hlint-plugin

stack-8.8.2.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ resolver: lts-15.3 # Last 8.8.2
22

33
packages:
44
- .
5-
- ./ghcide/hie-compat
5+
- ./hie-compat
66
- ./ghcide/
77
- ./hls-plugin-api
8+
- ./shake-bench
89
- ./plugins/hls-class-plugin
910
- ./plugins/hls-explicit-imports-plugin
1011
- ./plugins/hls-hlint-plugin

stack-8.8.3.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ resolver: lts-16.11 # Last 8.8.3
22

33
packages:
44
- .
5-
- ./ghcide/hie-compat
5+
- ./hie-compat
66
- ./ghcide/
7+
- ./shake-bench
78
- ./hls-plugin-api
89
- ./plugins/hls-class-plugin
910
- ./plugins/hls-explicit-imports-plugin

stack-8.8.4.yaml

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

33
packages:
44
- .
5-
- ./ghcide/hie-compat
5+
- ./hie-compat
66
- ./ghcide/
7+
- ./shake-bench
78
- ./hls-plugin-api
89
- ./plugins/hls-class-plugin
910
- ./plugins/hls-explicit-imports-plugin

stack.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ resolver: lts-14.27 # Last 8.6.5
22

33
packages:
44
- .
5-
- ./ghcide/hie-compat
6-
- ./ghcide/
5+
- ./hie-compat
6+
- ./ghcide
7+
- ./shake-bench
78
- ./hls-plugin-api
89
- ./plugins/hls-class-plugin
910
- ./plugins/hls-explicit-imports-plugin

0 commit comments

Comments
 (0)