diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-09-24 11:22:08 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-09-24 11:22:08 -0700 |
commit | dfb2a0753905a53f69deaf90abe802678f6707f0 (patch) | |
tree | 670f1343221691205160f45f92084349e8a3bb0b | |
parent | 570b96f4e8dc790a874bcdcfe54ac2b1a4c9aa30 (diff) | |
download | pandoc-dfb2a0753905a53f69deaf90abe802678f6707f0.tar.gz |
Allow latest Diff.
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 78f96ef4e..6bbcb3240 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -725,7 +725,7 @@ test-suite test-pandoc hslua >= 1.0 && < 1.1, process >= 1.2.3 && < 1.7, temporary >= 1.1 && < 1.4, - Diff >= 0.2 && < 0.4, + Diff >= 0.2 && < 0.5, tasty >= 0.11 && < 1.3, tasty-hunit >= 0.9 && < 0.11, tasty-lua >= 0.2 && < 0.3, |