aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-03-16 21:20:24 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-03-16 21:20:52 -0700
commit424d0df1f2d4b674c5b3ce0044db2b1c9f3b2344 (patch)
tree4819227738749af181418933b364e0c2faea4350
parentd0c27989a6d16b2bb5a3490041d5c660be8653d4 (diff)
downloadpandoc-424d0df1f2d4b674c5b3ce0044db2b1c9f3b2344.tar.gz
Use latest pandoc-types.
-rw-r--r--pandoc.cabal4
-rw-r--r--stack.lts9.yaml2
-rw-r--r--stack.yaml2
3 files changed, 4 insertions, 4 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 8989bd133..e231c1541 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -370,7 +370,7 @@ library
xml >= 1.3.12 && < 1.4,
split >= 0.2 && < 0.3,
random >= 1 && < 1.2,
- pandoc-types >= 1.17.4 && < 1.18,
+ pandoc-types >= 1.17.4.2 && < 1.18,
aeson >= 0.7 && < 1.4,
aeson-pretty >= 0.8.5 && < 0.9,
tagsoup >= 0.14.6 && < 0.15,
@@ -611,7 +611,7 @@ test-suite test-pandoc
hs-source-dirs: test, prelude
build-depends: base >= 4.2 && < 5,
pandoc,
- pandoc-types >= 1.17.4 && < 1.18,
+ pandoc-types >= 1.17.4.2 && < 1.18,
bytestring >= 0.9 && < 0.11,
base64-bytestring >= 0.1 && < 1.1,
text >= 0.11 && < 1.3,
diff --git a/stack.lts9.yaml b/stack.lts9.yaml
index eed6f81f8..c3e97c692 100644
--- a/stack.lts9.yaml
+++ b/stack.lts9.yaml
@@ -27,5 +27,5 @@ extra-deps:
- hs-bibutils-6.2.0.1
- pandoc-citeproc-0.14.1.5
- tagsoup-0.14.6
-- pandoc-types-1.17.4
+- pandoc-types-1.17.4.2
resolver: lts-9.14
diff --git a/stack.yaml b/stack.yaml
index 65033179e..4721eec15 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -21,7 +21,7 @@ extra-deps:
- tasty-1.0.0.1
- texmath-0.10.1.1
- tagsoup-0.14.6
-- pandoc-types-1.17.4
+- pandoc-types-1.17.4.2
ghc-options:
"$locals": -fhide-source-paths
resolver: lts-10.3