Skip to content

Commit 968910b

Browse files
committed
lift up buildable: False for fourmolu and hlint
1 parent 5231b65 commit 968910b

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

plugins/hls-fourmolu-plugin/hls-fourmolu-plugin.cabal

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ source-repository head
2323
location: git://github.com/haskell/haskell-language-server.git
2424

2525
library
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

5150
test-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

plugins/hls-hlint-plugin/hls-hlint-plugin.cabal

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ flag pedantic
3030
manual: True
3131

3232
library
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

8079
test-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

0 commit comments

Comments
 (0)