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 1182f28 commit fc55fe4Copy full SHA for fc55fe4
tree-diff.cabal
@@ -1,6 +1,7 @@
1
cabal-version: 2.2
2
name: tree-diff
3
version: 0.2.1.1
4
+x-revision: 1
5
synopsis: Diffing of (expression) trees.
6
category: Data, Testing
7
description:
@@ -94,7 +95,7 @@ library
94
95
, time ^>=1.4 || ^>=1.5.0.1 || ^>=1.6.0.1 || ^>=1.8.0.2 || ^>=1.9.3 || ^>=1.10 || ^>=1.11 || ^>=1.12
96
97
build-depends:
- , 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
99
, ansi-terminal >=0.10 && <0.12
100
, ansi-wl-pprint ^>=0.6.8.2
101
, base-compat ^>=0.10.5 || ^>=0.11.0 || ^>=0.12
0 commit comments