Skip to content

Commit

Permalink
Fix mtl bound
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpj committed Nov 26, 2023
1 parent 531c72e commit 8fb26a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lsp-test/lsp-test.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ library
, lens-aeson ^>=1.2
, lsp ^>=2.3
, lsp-types ^>=2.1
, mtl ^>=2.3
, mtl >= 2.2 && < 2.4
, parser-combinators ^>=1.3
, process ^>=1.6
, row-types ^>=1.0
Expand Down
2 changes: 1 addition & 1 deletion lsp-types/lsp-types.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ library
, lens >=5.1 && <5.3
, lens-aeson ^>=1.2
, mod ^>=0.2
, mtl ^>=2.3
, mtl >= 2.2 && < 2.4
, network-uri ^>=2.6
, prettyprinter ^>=1.7
, row-types ^>=1.0
Expand Down
2 changes: 1 addition & 1 deletion lsp/lsp.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ library
, lens >=5.1 && <5.3
, lens-aeson ^>=1.2
, lsp-types ^>=2.1
, mtl ^>=2.3
, mtl >= 2.2 && < 2.4
, prettyprinter ^>=1.7
, random ^>=1.2
, row-types ^>=1.0
Expand Down

0 comments on commit 8fb26a6

Please sign in to comment.