diff options
author | John MacFarlane <jgm@berkeley.edu> | 2012-02-06 11:55:08 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2012-02-06 11:55:08 -0800 |
commit | 0e866ba81cdffc12e245877310dde250c8fa089c (patch) | |
tree | 916a1250cb1f938e244f996032ee2ec830652763 | |
parent | 0ce840f14e8ae8351e3e25920a8463b72adc9111 (diff) | |
parent | 857552f85e8eebf1040a77b42e344a022139663f (diff) | |
download | pandoc-0e866ba81cdffc12e245877310dde250c8fa089c.tar.gz |
Merge pull request #404 from conal/master
Relax test-framework version dependency to allow building with GHC 7.4.1
-rw-r--r-- | pandoc.cabal | 2 |
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, |