Skip to content

Commit de98232

Browse files
committed
update fourmolu dependency version constraints
1 parent 2f86db0 commit de98232

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
1500+
, fourmolu ^>= 0.14 || ^>= 0.15 || >= 0.16 && < 0.16.2
15011501
, ghc-boot-th
15021502
, ghcide == 2.9.0.1
15031503
, hls-plugin-api == 2.9.0.1

0 commit comments

Comments
 (0)