Skip to content

Commit 89f2359

Browse files
committed
Disable build of shake-bench in stack 8.10.x
``` Error: While constructing the build plan, the following exceptions were encountered: In the dependencies for shake-bench-0.1.0.0: Chart-diagrams needed, but the stack configuration has no specified version (latest matching version is 1.9.3) diagrams needed, but the stack configuration has no specified version (latest matching version is 1.4) diagrams-svg needed, but the stack configuration has no specified version (latest matching version is 1.4.3) needed since shake-bench is a build target. ```
1 parent abb3953 commit 89f2359

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stack-8.10.1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ packages:
44
- .
55
- ./hie-compat
66
- ./ghcide/
7-
- ./shake-bench
7+
# - ./shake-bench
88
- ./hls-plugin-api
99
- ./plugins/hls-class-plugin
1010
- ./plugins/hls-explicit-imports-plugin

stack-8.10.2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ packages:
55
- ./hie-compat
66
- ./ghcide/
77
- ./hls-plugin-api
8-
- ./shake-bench
8+
# - ./shake-bench
99
- ./plugins/hls-class-plugin
1010
- ./plugins/hls-explicit-imports-plugin
1111
- ./plugins/hls-hlint-plugin

0 commit comments

Comments
 (0)