diff options
| author | John MacFarlane <fiddlosopher@gmail.com> | 2013-02-13 08:20:02 -0800 |
|---|---|---|
| committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-02-13 08:20:02 -0800 |
| commit | 1a22709ff92d1d0aab908e0d9c78e4b5d7421563 (patch) | |
| tree | f6d7e97b1a243f3ee7bf4ecd02bab8f4d5f5d18e | |
| parent | a50b83266c46fef960ec01f2c1f14c31b39033c3 (diff) | |
| download | pandoc-1a22709ff92d1d0aab908e0d9c78e4b5d7421563.tar.gz | |
Increased upper bound for Diff.
| -rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
