Skip to content

Commit 127f112

Browse files
authored
Merge pull request #76 from haskellari/ansi-wl-pprint-1.0.2
Allow ansi-wl-pprint-1.0.2
2 parents 3e4bf04 + 9253368 commit 127f112

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tree-diff.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.2
22
name: tree-diff
33
version: 0.3.0.1
4-
x-revision: 1
4+
x-revision: 2
55
synopsis: Diffing of (expression) trees.
66
category: Data, Testing
77
description:
@@ -99,7 +99,7 @@ library
9999
build-depends:
100100
, aeson ^>=1.4.6.0 || ^>=1.5.6.0 || ^>=2.0.0.0 || ^>=2.1.0.0
101101
, ansi-terminal >=0.10 && <0.12 || ^>=1.0
102-
, ansi-wl-pprint ^>=0.6.8.2
102+
, ansi-wl-pprint ^>=0.6.8.2 || ^>=1.0.2
103103
, base-compat >=0 && <0.13 || ^>=0.13
104104
, bytestring-builder ^>=0.10.8.2.0
105105
, hashable ^>=1.2.7.0 || ^>=1.3.0.0 || ^>=1.4.0.1

0 commit comments

Comments
 (0)