diff --git a/.github/workflows/hackage.yml b/.github/workflows/hackage.yml index 68f7de50d6..f909ef6fb9 100644 --- a/.github/workflows/hackage.yml +++ b/.github/workflows/hackage.yml @@ -37,6 +37,7 @@ jobs: "hls-splice-plugin", "hls-tactics-plugin", "hls-call-hierarchy-plugin", "hls-alternate-number-format-plugin", "hls-qualify-imported-names-plugin", "hls-code-range-plugin", + "hls-cabal-fmt-plugin", "haskell-language-server"] ghc: [ "9.0.2" , "8.10.7" diff --git a/haskell-language-server.cabal b/haskell-language-server.cabal index f7e1b34980..cc69eed3a1 100644 --- a/haskell-language-server.cabal +++ b/haskell-language-server.cabal @@ -359,6 +359,7 @@ library , pedantic -- plugins , callHierarchy + , cabalfmt , changeTypeSignature , class , haddockComments