Skip to content

Commit 90ddebe

Browse files
Add support for Fourmolu 0.16
1 parent c11f32b commit 90ddebe

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
@@ -1462,7 +1462,7 @@ library hls-fourmolu-plugin
14621462
build-depends:
14631463
, base >=4.12 && <5
14641464
, filepath
1465-
, fourmolu ^>= 0.14 || ^>= 0.15
1465+
, fourmolu ^>= 0.14 || ^>= 0.15 || ^>= 0.16
14661466
, ghc-boot-th
14671467
, ghcide == 2.8.0.0
14681468
, hls-plugin-api == 2.8.0.0

0 commit comments

Comments
 (0)