Skip to content

Commit 2309224

Browse files
Add support for Fourmolu 0.16
1 parent 597da9d commit 2309224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell-language-server.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1467,7 +1467,7 @@ library hls-fourmolu-plugin
14671467
build-depends:
14681468
, base >=4.12 && <5
14691469
, filepath
1470-
, fourmolu ^>= 0.14 || ^>= 0.15
1470+
, fourmolu ^>= 0.14 || ^>= 0.15 || ^>= 0.16
14711471
, ghc-boot-th
14721472
, ghcide == 2.8.0.0
14731473
, hls-plugin-api == 2.8.0.0

0 commit comments

Comments
 (0)