Skip to content

Commit 587c087

Browse files
author
Kobayashi
authored
allow aeson-2.2 in dhall-yaml and dhall-lsp-server (#2599)
1 parent 28d346f commit 587c087

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ library
4242
src
4343
default-extensions: RecordWildCards OverloadedStrings
4444
build-depends:
45-
aeson >= 1.3.1.1 && < 2.2
45+
aeson >= 1.3.1.1 && < 2.3
4646
, aeson-pretty >= 0.8.7 && < 0.9
4747
, base >= 4.11 && < 5
4848
, bytestring >= 0.10.8.2 && < 0.12

dhall-yaml/dhall-yaml.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Library
3434
HsYAML >= 0.2 && < 0.3 ,
3535
HsYAML-aeson >= 0.2 && < 0.3 ,
3636
base >= 4.11.0.0 && < 5 ,
37-
aeson >= 1.0.0.0 && < 2.2 ,
37+
aeson >= 1.0.0.0 && < 2.3 ,
3838
bytestring < 0.13,
3939
dhall >= 1.31.0 && < 1.43,
4040
dhall-json >= 1.6.0 && < 1.8 ,

0 commit comments

Comments
 (0)