Skip to content

Commit

Permalink
Relax restrictive upper bound on lens (#2539)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dalpd authored Oct 3, 2023
1 parent 48d96ea commit 5e817a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dhall-lsp-server/dhall-lsp-server.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ library
, lsp >= 1.2.0.0 && < 1.5
, rope-utf16-splay >= 0.3.1.0 && < 0.5
, hslogger >= 1.2.10 && < 1.4
, lens >= 4.16.1 && < 5.2
, lens >= 4.16.1 && < 5.3
-- megaparsec follows SemVer: https://github.com/mrkkrp/megaparsec/issues/469#issuecomment-927918469
, megaparsec >= 7.0.2 && < 10
, mtl >= 2.2.2 && < 2.3
Expand Down

0 comments on commit 5e817a9

Please sign in to comment.