Skip to content

Commit 8b0e246

Browse files
committed
update fourmolu dependency version constraints to allow 0.16
1 parent 14f6a3b commit 8b0e246

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
@@ -1497,7 +1497,7 @@ library hls-fourmolu-plugin
14971497
build-depends:
14981498
, base >=4.12 && <5
14991499
, filepath
1500-
, fourmolu ^>= 0.14 || ^>= 0.15 || >= 0.16 && < 0.16.2
1500+
, fourmolu ^>= 0.14 || ^>= 0.15 || ^>= 0.16
15011501
, ghc-boot-th
15021502
, ghcide == 2.9.0.1
15031503
, hls-plugin-api == 2.9.0.1

0 commit comments

Comments
 (0)