summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-01-08 17:08:46 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2018-01-08 17:08:46 -0800
commit1d8f2edff04068b4d404b4a0338ef3f90173efd4 (patch)
tree6410cf41651c1c88bed36db4cad74bf3c2f5af69
parent78b142b880730bceaae7b9c0491e7f645d133380 (diff)
Allow tasty 1.0.
-rw-r--r--pandoc.cabal2
-rw-r--r--stack.yaml3
2 files changed, 3 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 43dcfd186..b4d2c6675 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -615,7 +615,7 @@ test-suite test-pandoc
process >= 1.2.3 && < 1.7,
temporary >= 1.1 && < 1.3,
Diff >= 0.2 && < 0.4,
- tasty >= 0.11 && < 0.13,
+ tasty >= 0.11 && < 1.1,
tasty-hunit >= 0.9 && < 0.11,
tasty-quickcheck >= 0.8 && < 0.10,
tasty-golden >= 2.3 && < 2.4,
diff --git a/stack.yaml b/stack.yaml
index 135f2651b..b72c1ffb4 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -16,4 +16,5 @@ extra-deps:
- pandoc-citeproc-0.12.2.5
- hslua-0.9.5
- skylighting-0.5.1
-resolver: lts-10.2
+- tasty-1.0
+resolver: lts-10.3