Skip to content

Commit 5e817a9

Browse files
authored
Relax restrictive upper bound on lens (#2539)
The nix build is broken due to haskell-updates following lens version 5.2.3 and dhall-lsp-server having this restrictive upper bound on 5.2.
1 parent 48d96ea commit 5e817a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dhall-lsp-server/dhall-lsp-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ library
5555
, lsp >= 1.2.0.0 && < 1.5
5656
, rope-utf16-splay >= 0.3.1.0 && < 0.5
5757
, hslogger >= 1.2.10 && < 1.4
58-
, lens >= 4.16.1 && < 5.2
58+
, lens >= 4.16.1 && < 5.3
5959
-- megaparsec follows SemVer: https://github.com/mrkkrp/megaparsec/issues/469#issuecomment-927918469
6060
, megaparsec >= 7.0.2 && < 10
6161
, mtl >= 2.2.2 && < 2.3

0 commit comments

Comments
 (0)