File tree 2 files changed +4
-8
lines changed
2 files changed +4
-8
lines changed 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
Original file line number Diff line number Diff line change @@ -30,8 +30,7 @@ flag pedantic
30
30
manual : True
31
31
32
32
library
33
- if impl(ghc >= 9.5 )
34
- buildable : False
33
+ buildable : True
35
34
exposed-modules : Ide.Plugin.Hlint
36
35
hs-source-dirs : src
37
36
build-depends :
@@ -78,8 +77,7 @@ library
78
77
TypeOperators
79
78
80
79
test-suite tests
81
- if impl(ghc >= 9.5 )
82
- buildable : False
80
+ buildable : True
83
81
type : exitcode-stdio-1.0
84
82
default-language : Haskell2010
85
83
hs-source-dirs : test
You can’t perform that action at this time.
0 commit comments