We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d346f commit 587c087Copy full SHA for 587c087
dhall-lsp-server/dhall-lsp-server.cabal
@@ -42,7 +42,7 @@ library
42
src
43
default-extensions: RecordWildCards OverloadedStrings
44
build-depends:
45
- aeson >= 1.3.1.1 && < 2.2
+ aeson >= 1.3.1.1 && < 2.3
46
, aeson-pretty >= 0.8.7 && < 0.9
47
, base >= 4.11 && < 5
48
, bytestring >= 0.10.8.2 && < 0.12
dhall-yaml/dhall-yaml.cabal
@@ -34,7 +34,7 @@ Library
34
HsYAML >= 0.2 && < 0.3 ,
35
HsYAML-aeson >= 0.2 && < 0.3 ,
36
base >= 4.11.0.0 && < 5 ,
37
- aeson >= 1.0.0.0 && < 2.2 ,
+ aeson >= 1.0.0.0 && < 2.3 ,
38
bytestring < 0.13,
39
dhall >= 1.31.0 && < 1.43,
40
dhall-json >= 1.6.0 && < 1.8 ,
0 commit comments