From 1a22709ff92d1d0aab908e0d9c78e4b5d7421563 Mon Sep 17 00:00:00 2001 From: John MacFarlane <fiddlosopher@gmail.com> Date: Wed, 13 Feb 2013 08:20:02 -0800 Subject: [PATCH] Increased upper bound for Diff. --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandoc.cabal b/pandoc.cabal index 89be5a656..25ff17328 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -375,7 +375,7 @@ Test-Suite test-pandoc directory >= 1 && < 1.3, filepath >= 1.1 && < 1.4, process >= 1 && < 1.2, - Diff >= 0.2 && < 0.3, + Diff >= 0.2 && < 0.4, test-framework >= 0.3 && < 0.9, test-framework-hunit >= 0.2 && < 0.4, test-framework-quickcheck2 >= 0.2.9 && < 0.4,