diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-04-04 23:49:21 +0300 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-04-04 23:49:21 +0300 |
commit | 8890c2ba3d51e7856ef738b92f5e9361dd7cd424 (patch) | |
tree | 2363e7d9a330a9f9381d1822529a698548a64a23 | |
parent | e97217f234592236f0ad1062fb23fffbe440702a (diff) | |
download | pandoc-8890c2ba3d51e7856ef738b92f5e9361dd7cd424.tar.gz |
pandoc.cabal: allow QuickCheck-2.7
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index eabf71bc8..202546093 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -372,7 +372,7 @@ Test-Suite test-pandoc test-framework >= 0.3 && < 0.9, test-framework-hunit >= 0.2 && < 0.4, test-framework-quickcheck2 >= 0.2.9 && < 0.4, - QuickCheck >= 2.4 && < 2.7, + QuickCheck >= 2.4 && < 2.8, HUnit >= 1.2 && < 1.3, containers >= 0.1 && < 0.6, ansi-terminal >= 0.5 && < 0.7 |