Skip to content

Commit

Permalink
Add support for fourmolu 0.15 (haskell#4086)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonchinn178 authored Feb 20, 2024
1 parent 0cd11d4 commit 310b842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haskell-language-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -1304,7 +1304,7 @@ library hls-fourmolu-plugin
build-depends:
, base >=4.12 && <5
, filepath
, fourmolu ^>= 0.14
, fourmolu ^>= 0.14 || ^>= 0.15
, ghc-boot-th
, ghcide == 2.6.0.0
, hls-plugin-api == 2.6.0.0
Expand Down

0 comments on commit 310b842

Please sign in to comment.