File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
cabal-version : 2.2
2
2
name : tree-diff
3
3
version : 0.2
4
+ x-revision : 1
4
5
synopsis : Diffing of (expression) trees.
5
6
category : Data, Testing
6
7
description :
@@ -96,7 +97,7 @@ library
96
97
, aeson ^>= 1.4.6.0 || ^>= 1.5.6.0
97
98
, ansi-terminal >= 0.10 && < 0.12
98
99
, 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
100
101
, bytestring-builder ^>= 0.10.8.2.0
101
102
, hashable ^>= 1.2.7.0 || ^>= 1.3.0.0
102
103
, parsers ^>= 0.12.10
@@ -164,7 +165,7 @@ test-suite tree-diff-test
164
165
165
166
-- extra dependencies
166
167
build-depends :
167
- , tasty ^>= 1.2 || ^>= 1.3.1
168
+ , tasty ^>= 1.2 || ^>= 1.3.1 || ^ >= 1.4.2
168
169
, tasty-golden ^>= 2.3.1.1
169
170
, tasty-quickcheck ^>= 0.10.1
170
171
, trifecta >= 2 && < 2.2
You can’t perform that action at this time.
0 commit comments