aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-08-23 11:05:55 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-08-23 11:05:55 -0700
commitcbccf173759924adc7d040cd55dfc15fe4afa298 (patch)
tree1a30e476c954ecc8fc08d33cd0382b60b7fc7d0b /pandoc.cabal
parent9d581428f949c70e76d7827a69573593fc14a690 (diff)
downloadpandoc-cbccf173759924adc7d040cd55dfc15fe4afa298.tar.gz
Require pandoc-types 1.17.6.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index bc047f9a6..c3ec32a2c 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -386,7 +386,7 @@ library
xml >= 1.3.12 && < 1.4,
split >= 0.2 && < 0.3,
random >= 1 && < 1.2,
- pandoc-types >= 1.17.5 && < 1.18,
+ pandoc-types >= 1.17.6 && < 1.18,
aeson >= 0.7 && < 1.5,
scientific >= 0.3 && < 0.4,
aeson-pretty >= 0.8.5 && < 0.9,
@@ -678,7 +678,7 @@ test-suite test-pandoc
hs-source-dirs: test
build-depends: base >= 4.8 && < 5,
pandoc,
- pandoc-types >= 1.17.5 && < 1.18,
+ pandoc-types >= 1.17.6 && < 1.18,
mtl >= 2.2 && < 2.3,
bytestring >= 0.9 && < 0.11,
base64-bytestring >= 0.1 && < 1.1,