summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-07-31 08:36:56 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2011-07-31 08:36:56 -0700
commitfe6ea8eb32fd7b6b4c08c3c1b851e4719595137c (patch)
tree76014847fbf342de9f5bf9ed0c0c7a989a61c9e3
parent7fc4bd3d6e65e9b600622d1f037ddbceefaec35d (diff)
parentbbebbe6349ac87ca8b471a14825b847697cb121c (diff)
Merge pull request #283 from trofi/master
extended test-framework dep range
-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,