Skip to content

Commit 9e20376

Browse files
fendormergify[bot]michaelpj
authored
Add hls-cabal-fmt-plugin to hackage release CI script and HLS library (#3335)
* Add hls-cabal-fmt-plugin to hackage release CI script * Add cabalfmt common section to HLS Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Michael Peyton Jones <[email protected]>
1 parent 68d353f commit 9e20376

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/hackage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
"hls-splice-plugin", "hls-tactics-plugin",
3838
"hls-call-hierarchy-plugin", "hls-alternate-number-format-plugin",
3939
"hls-qualify-imported-names-plugin", "hls-code-range-plugin",
40+
"hls-cabal-fmt-plugin",
4041
"haskell-language-server"]
4142
ghc: [ "9.0.2"
4243
, "8.10.7"

haskell-language-server.cabal

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ library
359359
, pedantic
360360
-- plugins
361361
, callHierarchy
362+
, cabalfmt
362363
, changeTypeSignature
363364
, class
364365
, haddockComments

0 commit comments

Comments
 (0)