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 11cabal-version : 2.2
22name : tree-diff
33version : 0.2
4+ x-revision : 1
45synopsis : Diffing of (expression) trees.
56category : Data, Testing
67description :
@@ -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
You can’t perform that action at this time.
0 commit comments