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.
2 parents 3e4bf04 + 9253368 commit 127f112Copy full SHA for 127f112
tree-diff.cabal
@@ -1,7 +1,7 @@
1
cabal-version: 2.2
2
name: tree-diff
3
version: 0.3.0.1
4
-x-revision: 1
+x-revision: 2
5
synopsis: Diffing of (expression) trees.
6
category: Data, Testing
7
description:
@@ -99,7 +99,7 @@ library
99
build-depends:
100
, aeson ^>=1.4.6.0 || ^>=1.5.6.0 || ^>=2.0.0.0 || ^>=2.1.0.0
101
, ansi-terminal >=0.10 && <0.12 || ^>=1.0
102
- , ansi-wl-pprint ^>=0.6.8.2
+ , ansi-wl-pprint ^>=0.6.8.2 || ^>=1.0.2
103
, base-compat >=0 && <0.13 || ^>=0.13
104
, bytestring-builder ^>=0.10.8.2.0
105
, hashable ^>=1.2.7.0 || ^>=1.3.0.0 || ^>=1.4.0.1
0 commit comments