aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-04-19 08:17:32 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-04-19 08:17:32 -0700
commit61771e2c9b0889fbd1f5e06f53c882a129e928a9 (patch)
tree85cea33e92bf416c8350bc9c536d0814a1803b3f
parent6c176093988834b67a768924eaaf4cdd2d33ea4c (diff)
downloadpandoc-61771e2c9b0889fbd1f5e06f53c882a129e928a9.tar.gz
Use pandoc-types 1.21, new texmath.
-rw-r--r--cabal.project2
-rw-r--r--pandoc.cabal6
-rw-r--r--stack.yaml4
3 files changed, 6 insertions, 6 deletions
diff --git a/cabal.project b/cabal.project
index 4ba7aee08..50314ed91 100644
--- a/cabal.project
+++ b/cabal.project
@@ -16,4 +16,4 @@ source-repository-package
source-repository-package
type: git
location: https://github.com/jgm/pandoc-types
- tag: f76c1b7db0931c4fe357827033e75efe5ab4f6bf
+ tag: 4acb0e50f10d8f41f94c0973384d63f06d0b9ffd
diff --git a/pandoc.cabal b/pandoc.cabal
index 43a3eac56..5f0e8f793 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -393,11 +393,11 @@ library
safe >= 0.3 && < 0.4,
zip-archive >= 0.2.3.4 && < 0.5,
HTTP >= 4000.0.5 && < 4000.4,
- texmath >= 0.12.0.1 && < 0.13,
+ texmath >= 0.12.0.2 && < 0.13,
xml >= 1.3.12 && < 1.4,
split >= 0.2 && < 0.3,
random >= 1 && < 1.2,
- pandoc-types >= 1.20 && < 1.21,
+ pandoc-types >= 1.21 && < 1.22,
aeson >= 0.7 && < 1.5,
scientific >= 0.3 && < 0.4,
aeson-pretty >= 0.8.5 && < 0.9,
@@ -733,7 +733,7 @@ test-suite test-pandoc
hs-source-dirs: test
build-depends: base >= 4.8 && < 5,
pandoc,
- pandoc-types >= 1.20 && < 1.21,
+ pandoc-types >= 1.21 && < 1.22,
mtl >= 2.2 && < 2.3,
bytestring >= 0.9 && < 0.11,
base64-bytestring >= 0.1 && < 1.1,
diff --git a/stack.yaml b/stack.yaml
index 9a94de053..364cc1834 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -15,8 +15,8 @@ extra-deps:
# - pandoc-types-1.20
# better-tables
- git: https://github.com/jgm/pandoc-types
- commit: f76c1b7db0931c4fe357827033e75efe5ab4f6bf
-- texmath-0.12.0.1
+ commit: 4acb0e50f10d8f41f94c0973384d63f06d0b9ffd
+- texmath-0.12.0.2
- haddock-library-1.8.0
- skylighting-0.8.3.2
- skylighting-core-0.8.3.2