aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
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 67357eae6..d25446779 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -381,11 +381,11 @@ library
safe >= 0.3 && < 0.4,
zip-archive >= 0.2.3.4 && < 0.5,
HTTP >= 4000.0.5 && < 4000.4,
- texmath >= 0.11.3 && < 0.12,
+ texmath >= 0.12 && < 0.13,
xml >= 1.3.12 && < 1.4,
split >= 0.2 && < 0.3,
random >= 1 && < 1.2,
- pandoc-types >= 1.17.6 && < 1.18,
+ pandoc-types >= 1.20 && < 1.21,
aeson >= 0.7 && < 1.5,
scientific >= 0.3 && < 0.4,
aeson-pretty >= 0.8.5 && < 0.9,
@@ -705,7 +705,7 @@ test-suite test-pandoc
hs-source-dirs: test
build-depends: base >= 4.8 && < 5,
pandoc,
- pandoc-types >= 1.17.6 && < 1.18,
+ pandoc-types >= 1.20 && < 1.21,
mtl >= 2.2 && < 2.3,
bytestring >= 0.9 && < 0.11,
base64-bytestring >= 0.1 && < 1.1,