Skip to content

Commit 8179207

Browse files
committed
remove impl(ghc) constraints for hlint, fourmolu
1 parent 399d1a2 commit 8179207

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

haskell-language-server.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ common tactic
267267
cpp-options: -Dhls_tactic
268268

269269
common hlint
270-
if flag(hlint) && impl(ghc < 9.5)
270+
if flag(hlint)
271271
build-depends: hls-hlint-plugin ^>= 1.1
272272
cpp-options: -Dhls_hlint
273273

@@ -334,7 +334,7 @@ common floskell
334334
cpp-options: -Dhls_floskell
335335

336336
common fourmolu
337-
if flag(fourmolu) && impl(ghc < 9.5)
337+
if flag(fourmolu)
338338
build-depends: hls-fourmolu-plugin ^>= 1.1
339339
cpp-options: -Dhls_fourmolu
340340

0 commit comments

Comments
 (0)