File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed 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
Original file line number Diff line number Diff line change @@ -30,8 +30,7 @@ flag pedantic
3030 manual : True
3131
3232library
33- if impl(ghc >= 9.5 )
34- buildable : False
33+ buildable : True
3534 exposed-modules : Ide.Plugin.Hlint
3635 hs-source-dirs : src
3736 build-depends :
@@ -78,8 +77,7 @@ library
7877 TypeOperators
7978
8079test-suite tests
81- if impl(ghc >= 9.5 )
82- buildable : False
80+ buildable : True
8381 type : exitcode-stdio-1.0
8482 default-language : Haskell2010
8583 hs-source-dirs : test
You can’t perform that action at this time.
0 commit comments