Skip to content

Commit a6f5deb

Browse files
committed
drop benchmark modules from HLS example
hie-bios is failing to run the Cabal cradle for these, failing with the error below: ``` > Build profile: -w ghc-8.10.4 -O1 > In order, the following will be built (use -v for more details): > - ghcide-0.7.5.0 (exe:ghcide-bench) (first run) > - ghcide-0.7.5.0 (bench:benchHist) (first run) > Run the 'configure' command first. > cabal: Failed to build exe:ghcide-bench from ghcide-0.7.5.0 (which is required > by bench:benchHist from ghcide-0.7.5.0). ```
1 parent 5c0251c commit a6f5deb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ghcide/bench/config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ examples:
2828
modules:
2929
- hls-plugin-api/src/Ide/Plugin/Config.hs
3030
- ghcide/src/Development/IDE/Plugin/CodeAction/ExactPrint.hs
31-
- ghcide/bench/hist/Main.hs
32-
- ghcide/bench/lib/Experiments/Types.hs
3331
- ghcide/test/exe/Main.hs
3432
- exe/Plugins.hs
3533

0 commit comments

Comments
 (0)