aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-06-11 11:05:48 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-06-11 11:05:48 -0700
commit8b4728e2849898bd3d6ff151b6585db4a5626fba (patch)
treee179e72d485ee50039ee113de8a4b873175ba1c0 /pandoc.cabal
parenta41222db3e5481bb5594e8f07db4f76d5231ccb2 (diff)
downloadpandoc-8b4728e2849898bd3d6ff151b6585db4a5626fba.tar.gz
Use latest pandoc-types (1.17.5).
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 377dd67b1..42a31570c 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -363,7 +363,7 @@ library
xml >= 1.3.12 && < 1.4,
split >= 0.2 && < 0.3,
random >= 1 && < 1.2,
- pandoc-types >= 1.17.4.2 && < 1.18,
+ pandoc-types >= 1.17.5 && < 1.18,
aeson >= 0.7 && < 1.5,
aeson-pretty >= 0.8.5 && < 0.9,
tagsoup >= 0.14.6 && < 0.15,
@@ -610,7 +610,7 @@ test-suite test-pandoc
hs-source-dirs: test
build-depends: base >= 4.2 && < 5,
pandoc,
- pandoc-types >= 1.17.4.2 && < 1.18,
+ pandoc-types >= 1.17.5 && < 1.18,
bytestring >= 0.9 && < 0.11,
base64-bytestring >= 0.1 && < 1.1,
text >= 0.11 && < 1.3,