File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
plugins/hls-fourmolu-plugin Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ package *
55
55
56
56
write-ghc-environment-files : never
57
57
58
- index-state : 2023-03-30T00 :00 :00Z
58
+ index-state : 2023-04-19T12 :00 :00Z
59
59
60
60
constraints :
61
61
-- For GHC 9.4, older versions of entropy fail to build on Windows
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
@@ -33,7 +32,7 @@ library
33
32
build-depends :
34
33
, base >= 4.12 && < 5
35
34
, filepath
36
- , fourmolu ^>= 0.3 || ^>= 0.4 || ^>= 0.6 || ^>= 0.7 || ^>= 0.8 || ^>= 0.9 || ^>= 0.10 || ^>= 0.11
35
+ , fourmolu ^>= 0.3 || ^>= 0.4 || ^>= 0.6 || ^>= 0.7 || ^>= 0.8 || ^>= 0.9 || ^>= 0.10 || ^>= 0.11 || ^ >= 0.12
37
36
, ghc
38
37
, ghc-boot-th
39
38
, ghcide ^>= 1.9 || ^>= 1.10
@@ -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