Skip to content

Commit fc55fe4

Browse files
committed
Allow aeson-2.1
1 parent 1182f28 commit fc55fe4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tree-diff.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
cabal-version: 2.2
22
name: tree-diff
33
version: 0.2.1.1
4+
x-revision: 1
45
synopsis: Diffing of (expression) trees.
56
category: Data, Testing
67
description:
@@ -94,7 +95,7 @@ library
9495
, time ^>=1.4 || ^>=1.5.0.1 || ^>=1.6.0.1 || ^>=1.8.0.2 || ^>=1.9.3 || ^>=1.10 || ^>=1.11 || ^>=1.12
9596

9697
build-depends:
97-
, aeson ^>=1.4.6.0 || ^>=1.5.6.0 || ^>=2.0.0.0
98+
, aeson ^>=1.4.6.0 || ^>=1.5.6.0 || ^>=2.0.0.0 || ^>=2.1.0.0
9899
, ansi-terminal >=0.10 && <0.12
99100
, ansi-wl-pprint ^>=0.6.8.2
100101
, base-compat ^>=0.10.5 || ^>=0.11.0 || ^>=0.12

0 commit comments

Comments
 (0)