File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
plugins/hls-fourmolu-plugin Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -334,7 +334,7 @@ common floskell
334334 cpp-options : -Dhls_floskell
335335
336336common 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
Original file line number Diff line number Diff line change @@ -23,8 +23,7 @@ source-repository head
2323 location : git://github.com/haskell/haskell-language-server.git
2424
2525library
26- if impl(ghc >= 9.5 )
27- buildable : False
26+ buildable : True
2827 exposed-modules :
2928 Ide.Plugin.Fourmolu
3029 , Ide.Plugin.Fourmolu.Shim
@@ -49,8 +48,7 @@ library
4948 default-language : Haskell2010
5049
5150test-suite tests
52- if impl(ghc >= 9.5 )
53- buildable : False
51+ buildable : True
5452 type : exitcode-stdio-1.0
5553 default-language : Haskell2010
5654 hs-source-dirs : test
You can’t perform that action at this time.
0 commit comments