From a65bc2beeeccdcdc42424bf38e737a0bc9291be3 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sun, 29 Jan 2023 10:47:12 +0200 Subject: [PATCH] Allow tree-diff 0.3 Builds fine and all tests pass. The breaking change doesn't seem to affect us. --- haddock-library/haddock-library.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haddock-library/haddock-library.cabal b/haddock-library/haddock-library.cabal index 2e015f2aae..55cefab169 100644 --- a/haddock-library/haddock-library.cabal +++ b/haddock-library/haddock-library.cabal @@ -117,7 +117,7 @@ test-suite fixtures , directory ^>= 1.3.0.2 , filepath ^>= 1.4.1.2 , optparse-applicative ^>= 0.15 - , tree-diff ^>= 0.2 + , tree-diff ^>= 0.2 || ^>= 0.3 source-repository head type: git