Skip to content

Commit

Permalink
guard hlint plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jneira committed Jan 25, 2022
1 parent 59c26f1 commit 013dc3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haskell-language-server.cabal
Expand Up @@ -259,7 +259,7 @@ common tactic
cpp-options: -Dtactic

common hlint
if flag(hlint)
if flag(hlint) && (impl(ghc < 9.2.1) || flag(ignore-plugins-ghc-bounds))
build-depends: hls-hlint-plugin ^>=1.0.0.2
cpp-options: -Dhlint

Expand Down

0 comments on commit 013dc3e

Please sign in to comment.