Skip to content

Commit 310b842

Browse files
Add support for fourmolu 0.15 (#4086)
1 parent 0cd11d4 commit 310b842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell-language-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1304,7 +1304,7 @@ library hls-fourmolu-plugin
13041304
build-depends:
13051305
, base >=4.12 && <5
13061306
, filepath
1307-
, fourmolu ^>= 0.14
1307+
, fourmolu ^>= 0.14 || ^>= 0.15
13081308
, ghc-boot-th
13091309
, ghcide == 2.6.0.0
13101310
, hls-plugin-api == 2.6.0.0

0 commit comments

Comments
 (0)