Skip to content

Commit 7ad866f

Browse files
authored
Merge pull request #505 from haskell/mpj/aeson-bound
Exclude aeson-2.2
2 parents 4246002 + 9bbd0ab commit 7ad866f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ packages:
66
package lsp
77
flags: +demo
88

9-
index-state: 2023-05-18T00:00:00Z
9+
index-state: 2023-07-09T00:00:00Z
1010

1111
tests: True
1212
benchmarks: True

lsp-types/lsp-types.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ library
6868
UndecidableInstances
6969

7070
build-depends:
71-
, aeson >=1.2.2.0
71+
, aeson >=1.2.2.0 && <2.2
7272
, base >=4.11 && <5
7373
, binary
7474
, containers

0 commit comments

Comments
 (0)