Skip to content

Commit df2dea2

Browse files
committed
Disable alternateNumberFormat for hackage
1 parent 2f38673 commit df2dea2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/hackage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
"hls-module-name-plugin", "hls-pragmas-plugin",
2626
"hls-refine-imports-plugin", "hls-retrie-plugin",
2727
"hls-splice-plugin", "hls-tactics-plugin",
28-
"hls-call-hierarchy-plugin", "hls-alternate-number-format-plugin",
28+
"hls-call-hierarchy-plugin",
29+
# "hls-alternate-number-format-plugin",
2930
"hls-qualify-imported-names-plugin",
3031
"haskell-language-server"]
3132
# Uncomment 9.0.1 when ghcide is buildable

0 commit comments

Comments
 (0)