Skip to content

Commit 65c0ca2

Browse files
committed
add haskell language server
1 parent 4c998bd commit 65c0ca2

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

bench/config.yaml

+6-9
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,12 @@ examples:
7979

8080
# Small but heavily multi-component example
8181
# Disabled as it is far to slow. hie-bios >0.7.2 should help
82-
# - name: HLS
83-
# path: bench/example/HLS
84-
# modules:
85-
# - hls-plugin-api/src/Ide/Plugin/Config.hs
86-
# - ghcide/src/Development/IDE/Plugin/CodeAction/ExactPrint.hs
87-
# - ghcide/bench/hist/Main.hs
88-
# - ghcide/bench/lib/Experiments/Types.hs
89-
# - ghcide/test/exe/Main.hs
90-
# - exe/Plugins.hs
82+
- name: haskell-language-server
83+
version: 2.9.0.0
84+
modules:
85+
- ghcide/session-loader/Development/IDE/Session.hs
86+
- ghcide/src/Development/IDE.hs
87+
- plugins/hls-semantic-tokens-plugin/src/Ide/Plugin/SemanticTokens.hs
9188

9289
# The set of experiments to execute
9390
experiments:

0 commit comments

Comments
 (0)