Skip to content

Commit 355d603

Browse files
Add support for Fourmolu 0.16
1 parent 426b068 commit 355d603

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
./hls-plugin-api
88
./hls-test-utils
99

10-
index-state: 2024-06-10T12:08:58Z
10+
index-state: 2024-06-13T17:12:34Z
1111

1212
tests: True
1313
test-show-details: direct

haskell-language-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1460,7 +1460,7 @@ library hls-fourmolu-plugin
14601460
build-depends:
14611461
, base >=4.12 && <5
14621462
, filepath
1463-
, fourmolu ^>= 0.14 || ^>= 0.15
1463+
, fourmolu ^>= 0.14 || ^>= 0.15 || ^>= 0.16
14641464
, ghc-boot-th
14651465
, ghcide == 2.8.0.0
14661466
, hls-plugin-api == 2.8.0.0

0 commit comments

Comments
 (0)