File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
plugins/hls-floskell-plugin Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1515/plugins /hls-class-plugin @ Ailrun
1616/plugins /hls-eval-plugin
1717/plugins /hls-explicit-imports-plugin @ pepeiborra
18- /plugins /hls-floskell-plugin @ Ailrun
18+ /plugins /hls-floskell-plugin @ Ailrun @ peterbecich
1919/plugins /hls-fourmolu-plugin @ georgefst
2020/plugins /hls-gadt-plugin @ July541
2121/plugins /hls-hlint-plugin @ eddiemundo
Original file line number Diff line number Diff line change 11cabal-version : 3.0
22category : Development
33name : haskell-language-server
4- version : 2.5.0.1
4+ version : 2.5.0.0
55synopsis : LSP server for GHC
66description :
77 Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
@@ -310,7 +310,7 @@ common overloadedRecordDot
310310
311311common floskell
312312 if flag(floskell) && (impl(ghc < 9.7 ) || flag(ignore-plugins-ghc-bounds))
313- build-depends : hls-floskell-plugin == 2.5. *
313+ build-depends : hls-floskell-plugin == 2.5.0.0
314314 cpp-options : -Dhls_floskell
315315
316316common fourmolu
Original file line number Diff line number Diff line change 11cabal-version : 2.4
22name : hls-floskell-plugin
3- version : 2.5.1 .0
3+ version : 2.5.0 .0
44synopsis : Integration with the Floskell code formatter
55description :
66 Please see the README on GitHub at <https://github.com/haskell/haskell-language-server#readme>
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ ghc-options:
4343allow-newer : true
4444
4545extra-deps :
46- - floskell-0.10.7
46+ - floskell-0.11.1
4747- hiedb-0.4.4.0
4848- hie-bios-0.13.1
4949- implicit-hie-0.1.4.0
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ ghc-options:
4242allow-newer : true
4343
4444extra-deps :
45- - floskell-0.10.8
45+ - floskell-0.11.1
4646- retrie-1.2.2
4747- hiedb-0.4.4.0
4848- implicit-hie-0.1.4.0
You can’t perform that action at this time.
0 commit comments