Skip to content

Commit 06cf1b0

Browse files
committed
Allow base-compat-0.12, tasty-1.4.2
1 parent 53665c4 commit 06cf1b0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tree-diff.cabal

Lines changed: 3 additions & 2 deletions
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
4+
x-revision: 1
45
synopsis: Diffing of (expression) trees.
56
category: Data, Testing
67
description:
@@ -96,7 +97,7 @@ library
9697
, aeson ^>=1.4.6.0 || ^>=1.5.6.0
9798
, ansi-terminal >=0.10 && <0.12
9899
, ansi-wl-pprint ^>=0.6.8.2
99-
, base-compat ^>=0.10.5 || ^>=0.11.0
100+
, base-compat ^>=0.10.5 || ^>=0.11.0 || ^>=0.12
100101
, bytestring-builder ^>=0.10.8.2.0
101102
, hashable ^>=1.2.7.0 || ^>=1.3.0.0
102103
, parsers ^>=0.12.10
@@ -164,7 +165,7 @@ test-suite tree-diff-test
164165

165166
-- extra dependencies
166167
build-depends:
167-
, tasty ^>=1.2 || ^>=1.3.1
168+
, tasty ^>=1.2 || ^>=1.3.1 || ^>=1.4.2
168169
, tasty-golden ^>=2.3.1.1
169170
, tasty-quickcheck ^>=0.10.1
170171
, trifecta >=2 && <2.2

0 commit comments

Comments
 (0)