summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2011-07-31 10:39:09 +0300
committerSergei Trofimovich <slyfox@gentoo.org>2011-07-31 10:39:09 +0300
commitbbebbe6349ac87ca8b471a14825b847697cb121c (patch)
tree76014847fbf342de9f5bf9ed0c0c7a989a61c9e3 /pandoc.cabal
parent7fc4bd3d6e65e9b600622d1f037ddbceefaec35d (diff)
.cabal: extend test-framework dep range up to <0.5
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
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 99f0916ec..56735ba3c 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -351,7 +351,7 @@ Executable test-pandoc
else
Ghc-Options: -Wall
Extensions: CPP
- Build-Depends: base >= 4 && < 5, Diff, test-framework >= 0.3 && < 0.4,
+ Build-Depends: base >= 4 && < 5, Diff, test-framework >= 0.3 && < 0.5,
test-framework-hunit >= 0.2 && < 0.3,
test-framework-quickcheck2 >= 0.2.9 && < 0.3,
QuickCheck >= 2.4 && < 2.6,