aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorConal Elliott <conal@conal.net>2012-02-06 10:26:36 -0800
committerConal Elliott <conal@conal.net>2012-02-06 10:26:36 -0800
commit857552f85e8eebf1040a77b42e344a022139663f (patch)
tree916a1250cb1f938e244f996032ee2ec830652763 /pandoc.cabal
parent0ce840f14e8ae8351e3e25920a8463b72adc9111 (diff)
downloadpandoc-857552f85e8eebf1040a77b42e344a022139663f.tar.gz
Relaxed version upper bound for test-framework from < 0.5 to < 0.6, since 0.5 is the first version on Hackage that builds under GHC 7.4.1.
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 315ae8b80..1764682d9 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -400,7 +400,7 @@ Executable test-pandoc
else
Buildable: False
Other-Extensions: TemplateHaskell, QuasiQuotes
- Build-Depends: Diff, test-framework >= 0.3 && < 0.5,
+ Build-Depends: Diff, test-framework >= 0.3 && < 0.6,
test-framework-hunit >= 0.2 && < 0.3,
test-framework-quickcheck2 >= 0.2.9 && < 0.3,
QuickCheck >= 2.4 && < 2.6,