File tree 2 files changed +3
-5
lines changed
plugins/hls-fourmolu-plugin
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ common floskell
334
334
cpp-options : -Dhls_floskell
335
335
336
336
common fourmolu
337
- if flag(fourmolu) && impl(ghc < 9.5 )
337
+ if flag(fourmolu)
338
338
build-depends : hls-fourmolu-plugin ^>= 1.1
339
339
cpp-options : -Dhls_fourmolu
340
340
Original file line number Diff line number Diff line change @@ -23,8 +23,7 @@ source-repository head
23
23
location : git://github.com/haskell/haskell-language-server.git
24
24
25
25
library
26
- if impl(ghc >= 9.5 )
27
- buildable : False
26
+ buildable : True
28
27
exposed-modules :
29
28
Ide.Plugin.Fourmolu
30
29
, Ide.Plugin.Fourmolu.Shim
@@ -49,8 +48,7 @@ library
49
48
default-language : Haskell2010
50
49
51
50
test-suite tests
52
- if impl(ghc >= 9.5 )
53
- buildable : False
51
+ buildable : True
54
52
type : exitcode-stdio-1.0
55
53
default-language : Haskell2010
56
54
hs-source-dirs : test
You can’t perform that action at this time.
0 commit comments