aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-03-14 17:05:36 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-03-14 17:07:23 +0100
commit6ecc5b96a9854382682fd1c9231133c08dae7b17 (patch)
tree3703f769c52b951a6233a3b92736b84cc47700ed /pandoc.cabal
parent0b4ae3af662587a69e6893b7f6c347d90912c48f (diff)
downloadpandoc-6ecc5b96a9854382682fd1c9231133c08dae7b17.tar.gz
Use tasty for tests rather than test-framework.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index bfc893b59..0a59cfd39 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -510,9 +510,9 @@ Test-Suite test-pandoc
process >= 1.2.3 && < 1.5,
skylighting >= 0.3.1 && < 0.4,
Diff >= 0.2 && < 0.4,
- test-framework >= 0.3 && < 0.9,
- test-framework-hunit >= 0.2 && < 0.4,
- test-framework-quickcheck2 >= 0.2.9 && < 0.4,
+ tasty >= 0.11 && < 0.12,
+ tasty-hunit >= 0.9 && < 0.10,
+ tasty-quickcheck >= 0.8 && < 0.9,
QuickCheck >= 2.4 && < 2.10,
HUnit >= 1.2 && < 1.6,
containers >= 0.1 && < 0.6,