aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-03-15 11:18:41 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-03-15 11:18:41 -0700
commit68503311cc92434f3763a92bbf38c7a85cd96948 (patch)
tree3db13527e02f0b802ec902034f8f0b170fe88d15 /pandoc.cabal
parentf29e67e16113564c3720a96eedd944a2a71c217f (diff)
downloadpandoc-68503311cc92434f3763a92bbf38c7a85cd96948.tar.gz
Bumped version bound for test-framework.
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 e4a501e38..0c97748f2 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -401,7 +401,7 @@ Executable test-pandoc
else
cpp-options: -D_LIT=$lit
Other-Extensions: TemplateHaskell, QuasiQuotes
- Build-Depends: Diff, test-framework >= 0.3 && < 0.6,
+ Build-Depends: Diff, test-framework >= 0.3 && < 0.7,
test-framework-hunit >= 0.2 && < 0.3,
test-framework-quickcheck2 >= 0.2.9 && < 0.3,
QuickCheck >= 2.4 && < 2.6,