Skip to content

Commit 38aef0c

Browse files
Disable hls-stan-plugin
1 parent 3d3bbbf commit 38aef0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: cabal.project

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ packages:
3030
./plugins/hls-qualify-imported-names-plugin
3131
./plugins/hls-code-range-plugin
3232
./plugins/hls-change-type-signature-plugin
33-
./plugins/hls-stan-plugin
33+
-- ./plugins/hls-stan-plugin
3434
./plugins/hls-gadt-plugin
3535
./plugins/hls-explicit-fixity-plugin
3636
./plugins/hls-explicit-record-fields-plugin

Diff for: haskell-language-server.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ flag hlint
116116

117117
flag stan
118118
description: Enable stan plugin
119-
default: True
119+
default: False
120120
manual: True
121121

122122
flag moduleName

0 commit comments

Comments
 (0)