Skip to content

Commit 9f8a172

Browse files
authored
Correct megaparsec lower bound (#1441)
Closes #1436
1 parent f21ea28 commit 9f8a172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/hls-eval-plugin/hls-eval-plugin.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ library
5555
, lsp-types
5656
, hls-plugin-api ^>= 1.0.0.0
5757
, lens
58-
, megaparsec >=0.9
58+
, megaparsec >=9.0
5959
, mtl
6060
, parser-combinators
6161
, pretty-simple

0 commit comments

Comments
 (0)