summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-01-02 11:41:22 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-01-02 11:41:22 -0800
commit0675346e761f6831a8be312e11009555a14e3c72 (patch)
tree2b85467d4f1a10832580017f21945bc6c8b8a149 /pandoc.cabal
parenta7cd65f2b3fee653555b83388530e8a9765bc22f (diff)
Fixed test suite to use Diff 0.2 API.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index c7f6aa555..5392d21c5 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -361,7 +361,7 @@ Test-Suite test-pandoc
directory >= 1 && < 1.3,
filepath >= 1.1 && < 1.4,
process >= 1 && < 1.2,
- Diff,
+ Diff >= 0.2 && < 0.3,
test-framework >= 0.3 && < 0.7,
test-framework-hunit >= 0.2 && < 0.3,
test-framework-quickcheck2 >= 0.2.9 && < 0.3,