Skip to content

Commit eaaf40c

Browse files
authored
Merge pull request #636 from felixonmars/patch-1
Allow tree-diff 0.3
2 parents c966cb3 + 892d54a commit eaaf40c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cabal-install-parsers/cabal-install-parsers.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ test-suite cabal-parsers-golden
124124
, ansi-terminal >=0.10 && <0.12
125125
, tasty ^>=1.4
126126
, tasty-golden ^>=2.3.1.1
127-
, tree-diff ^>=0.2
127+
, tree-diff >=0.2 && <0.4
128128

129129
benchmark cabal-parsers-bench
130130
default-language: Haskell2010

0 commit comments

Comments
 (0)