summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pandoc.cabal4
-rw-r--r--stack.pkg.yaml5
-rw-r--r--stack.yaml5
3 files changed, 8 insertions, 6 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 53720be3f..b1aec6d6e 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -319,7 +319,7 @@ Library
haddock-library >= 1.1 && < 1.5,
deepseq >= 1.3 && < 1.5,
JuicyPixels >= 3.1.6.1 && < 3.3,
- Glob >= 0.7 && < 0.8,
+ Glob >= 0.7 && < 0.9,
cmark-gfm >= 0.1.1 && < 0.2,
doctemplates >= 0.1 && < 0.2,
http-client >= 0.4.30 && < 0.6,
@@ -545,7 +545,7 @@ Test-Suite test-pandoc
Diff >= 0.2 && < 0.4,
tasty >= 0.11 && < 0.12,
tasty-hunit >= 0.9 && < 0.10,
- tasty-quickcheck >= 0.8 && < 0.9,
+ tasty-quickcheck >= 0.8 && < 0.10,
tasty-golden >= 2.3 && < 2.4,
QuickCheck >= 2.4 && < 2.11,
containers >= 0.4.2.1 && < 0.6,
diff --git a/stack.pkg.yaml b/stack.pkg.yaml
index 3f26b50ea..4823c3edc 100644
--- a/stack.pkg.yaml
+++ b/stack.pkg.yaml
@@ -19,6 +19,7 @@ packages:
extra-deps:
- hslua-0.5.0
- skylighting-0.3.3
-- texmath-0.9.4.1
- cmark-gfm-0.1.1
-resolver: lts-8.16
+- QuickCheck-2.10.0.1
+- tasty-quickcheck-0.9.1
+resolver: lts-9.0
diff --git a/stack.yaml b/stack.yaml
index 35dbd3ed5..cda82013d 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -9,6 +9,7 @@ packages:
extra-deps:
- hslua-0.5.0
- skylighting-0.3.3
-- texmath-0.9.4.1
- cmark-gfm-0.1.1
-resolver: lts-8.16
+- QuickCheck-2.10.0.1
+- tasty-quickcheck-0.9.1
+resolver: lts-9.0